- 主题:vs2017 cmake boost issue
全站审核中,暂不能查看本文内容...
我也遇到cmake找不到boost的error,该怎么解决?
试了加环境变量、换旧版本boost等方法,还是不行
【 在 kevinliu3 的大作中提到: 】
: 严重性 代码 说明 项目 文件 行 禁止显示状态
: 错误 CMake Error at D:/Program Files/Microsoft Visual Studio/2017/Enterprise/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.9/Modules/FindBoost.cmake:1929 (message):
: Unable to find the requested Boost libraries.
: ...................
--
FROM 117.128.4.*
这不是找不到BOOST,让你设置这两个环境变量之一:
Unable to find the Boost header files. Please set BOOST_ROOT to the root
directory containing Boost or BOOST_INCLUDEDIR to the directory containing
--
FROM 222.129.51.*
系统环境变量里设了,也用cmake.exe -D指定了,还是找不到。不光找不到boost,zlib/vulkansdk等库,明明路径里有头文件,cmake死活报找不到
【 在 ble 的大作中提到: 】
: 这不是找不到BOOST,让你设置这两个环境变量之一:
: Unable to find the Boost header files. Please set BOOST_ROOT to the root
: directory containing Boost or BOOST_INCLUDEDIR to the directory containing
--
FROM 117.128.4.*