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>
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.