diff --git a/cmake/dependencies/boost/CMakeLists.txt.in b/cmake/dependencies/boost/CMakeLists.txt.in index 2b771a2..851dc11 100644 --- a/cmake/dependencies/boost/CMakeLists.txt.in +++ b/cmake/dependencies/boost/CMakeLists.txt.in @@ -21,36 +21,41 @@ ExternalProject_Add( GIT_REPOSITORY "https://github.com/boostorg/boost.git" GIT_TAG "boost-1.79.0" - GIT_SUBMODULES tools/boost_install - tools/build + GIT_SUBMODULES + libs/algorithm + libs/any + libs/assert + libs/bind libs/config - libs/headers - libs/predef - libs/test - libs/type_traits - libs/function - libs/smart_ptr - libs/preprocessor + libs/container_hash libs/core - libs/throw_exception - libs/assert - libs/utility - libs/integer libs/detail - libs/static_assert - libs/move - libs/type_index - libs/container_hash - libs/bind + libs/exception + libs/function + libs/headers + libs/integer libs/io libs/iterator + libs/lexical_cast + libs/move libs/mpl - libs/algorithm - libs/exception libs/numeric/conversion + libs/optional + libs/predef + libs/preprocessor + libs/program_options libs/range + libs/smart_ptr + libs/static_assert libs/system - libs/optional + libs/test + libs/throw_exception + libs/tokenizer + libs/type_index + libs/type_traits + libs/utility + tools/boost_install + tools/build # We set the following commands content (even with an empty string) : otherwise a default non convenient command is run. UPDATE_COMMAND ${booststrap_script}