Add Boost_USE_STATIC_LIBS parameter for Windows
If this parameter is not set in windows, cmake expects boost libraries to be named "boost_*.lib", while they are actually "libboost_*.lib" In findBoost.cmake (728): # Setting some more suffixes for the library set (Boost_LIB_PREFIX "") if (WIN32 AND Boost_USE_STATIC_LIBS AND NOT CYGWIN) set(Boost_LIB_PREFIX "lib") endif()actorid
parent
978b5f64d8
commit
35c3a0a3f9
Loading…
Reference in New Issue