Reverting change to Boost_THREADAPI

This commit is contained in:
Michael Tryby
2018-08-31 08:41:42 -04:00
parent dcf556ef0d
commit b6250e27eb

View File

@@ -26,6 +26,7 @@ endif(UNIX)
if(MSVC)
set(Boost_DEBUG OFF)
set(Boost_DETAILED_FAILURE_MSG OFF)
set(Boost_THREADAPI win32)
set(Boost_USE_STATIC_LIBS ON)
endif(MSVC)
set(Boost_THREAD_FOUND OFF)