temporarily removing boost

This commit is contained in:
Dynamitos
2021-11-18 12:48:21 +01:00
parent 42b0d5034c
commit f20ef8d1b1
11 changed files with 16 additions and 21 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ endif()
ExternalProject_Add(boost
SOURCE_DIR ${BOOST_ROOT}
CONFIGURE_COMMAND ./bootstrap.${BOOTSTRAP_EXTENSION} --with-libraries=serialization,test
BUILD_COMMAND ./b2 -d0
BUILD_COMMAND ./b2 -d0 -link=shared
BUILD_IN_SOURCE 1
INSTALL_COMMAND "")