Link boost statically

This commit is contained in:
Latif Khalifa
2013-10-05 22:09:54 +02:00
parent 4118afc146
commit 200b812182

View File

@@ -11,6 +11,7 @@ if (STANDALONE)
find_package(Boost 1.40.0 COMPONENTS date_time filesystem program_options regex system thread wave)
else (STANDALONE)
use_prebuilt_binary(boost)
set(Boost_STATIC ON)
set(Boost_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include)
set(Boost_VERSION "1.52")