My configuration is:
- OS: Windows 10 x64
- Boost: 1.66.0
- CMake: 3.10
- Visual Studio: 2017
I am compiling boost this way:
bootstrap
.\b2 --build-dir=build toolset=msvc address-model=64 --build-type=complete stage
When running CMake I get this error:
could not find boost libraries:
boost_system
boost_filesystem
boost_thread
boost_locale
boost_date_time
I search for these libraries and they are in the stage folder.
I tried BOOST_USE_STATIC_LIBS=ON
but nothing happens.