CMake Boost Libraries Not Found Windows7

大城市里の小女人 提交于 2019-12-11 15:33:52

问题


I am getting the below error when trying to configure CGAL using cmake. Does anyone have an insight on this error . The path is set accordingly but still the error keeps appearing

BOOST_ROOT = C:/dev/libboost_1_55_0/boost_1_55_0

BOOST_INCLUDEDIR = C:/dev/libboost_1_55_0/boost_1_55_0/boost

BOOST_LIBRARYDIR = C:/dev/libboost_1_55_0/boost_1_55_0/lib32-msvc-12

Could not find the following static Boost libraries:

      boost_thread
      boost_system

Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost

来源:https://stackoverflow.com/questions/47124671/cmake-boost-libraries-not-found-windows7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!