Link boost statically
This commit is contained in:
@@ -11,6 +11,7 @@ if (STANDALONE)
|
|||||||
find_package(Boost 1.40.0 COMPONENTS date_time filesystem program_options regex system thread wave)
|
find_package(Boost 1.40.0 COMPONENTS date_time filesystem program_options regex system thread wave)
|
||||||
else (STANDALONE)
|
else (STANDALONE)
|
||||||
use_prebuilt_binary(boost)
|
use_prebuilt_binary(boost)
|
||||||
|
set(Boost_STATIC ON)
|
||||||
set(Boost_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include)
|
set(Boost_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include)
|
||||||
set(Boost_VERSION "1.52")
|
set(Boost_VERSION "1.52")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user