我正在尝试编译Boost库以与CGAL一起使用, 我正在遵循以下准则: CGAL guidline1 CGAL guidline2
运行后-> .\bootstrap
然后--
.\b2 link=static,shared threading=single,multi variant=debug,release
我停止使用cmake编译CGAL,它显示以下错误:
Could not find the following static Boost libraries:
boost_thread
Cmake错误日志here
注意:boost_1_67_0 \ stage \ lib文件夹包含除“ libboost_thread”库文件以外的所有必需的.lib文件
感谢您的帮助