mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
committed by
Nikolaos D. Bougalis
parent
593a53253c
commit
0c22e0262d
@@ -337,7 +337,10 @@ macro(use_boost)
|
|||||||
set(BOOST_ROOT $ENV{CLANG_BOOST_ROOT})
|
set(BOOST_ROOT $ENV{CLANG_BOOST_ROOT})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
|
if (static)
|
||||||
set(Boost_USE_STATIC_LIBS on)
|
set(Boost_USE_STATIC_LIBS on)
|
||||||
|
endif()
|
||||||
set(Boost_USE_MULTITHREADED on)
|
set(Boost_USE_MULTITHREADED on)
|
||||||
set(Boost_USE_STATIC_RUNTIME off)
|
set(Boost_USE_STATIC_RUNTIME off)
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
|
|||||||
Reference in New Issue
Block a user