Cmake cannot find Boost libraries

后端 未结 3 505
说谎
说谎 2020-12-09 21:31

I am new to Cmake and boost libraries in C++. I am working on a project that needs boost and Cmake. I am using Cmake version 2.8.11, MS Visual Studio 2013 and Boost 1.54.0.

3条回答
  •  臣服心动
    2020-12-09 22:04

    Boost 1.54.0 cannot be built with VS2013 without applying some patches. See also here How do I build boost with new Visual Studio 2013 preview?

    If you build it correctly, everything else should work.

提交回复
热议问题