CMake is not finding Boost

前端 未结 5 568
不思量自难忘°
不思量自难忘° 2020-11-29 04:24

I am trying to install CGAL. They describe their installation process as ever-so-simple here, section 6.1. When I run cmake-gui and then click configure

5条回答
  •  遥遥无期
    2020-11-29 05:02

    Today I tried installing CGAL with Boost 1.57 x64 on Windows and encountered the same problem. I installed Boost via pre-build binaries and the .lib files that CMake searches for are in the lib64-msvc-12.0 folder.

    Therefore adding BOOST_LIBRARYDIR=.../boost_1_57_0/lib64-msvc-12.0 to CMake options was the solution for me.

提交回复
热议问题