moved msys2 toolchain, boost libs fix

This commit is contained in:
Riccardo Spagni
2014-09-22 12:30:53 +02:00
parent ca569549ec
commit b5d51e30d9
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -164,6 +164,10 @@ else()
endif()
endif()
if (BOOST_IGNORE_SYSTEM_PATHS)
set(Boost_NO_SYSTEM_PATHS TRUE)
endif()
if(STATIC)
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_STATIC_RUNTIME ON)