Written by Natesh Narain
on
on
Note on Boost and CMake!
The below Boost CMake variables might be needed for CMake to find Boost on Windows!
cmake .. -DBoost_USE_STATIC_LIBS=ON -DBoost_USE_MULTITHREADED=ON
That is all…
The below Boost CMake variables might be needed for CMake to find Boost on Windows!
cmake .. -DBoost_USE_STATIC_LIBS=ON -DBoost_USE_MULTITHREADED=ON
That is all…