Skip to content

Commit

Permalink
Merge pull request #25 from AntaresSimulatorTeam/feature/boost-progra…
Browse files Browse the repository at this point in the history
…m-options

Add Boost program options
  • Loading branch information
flomnes authored May 17, 2022
2 parents 7813bfb + 2fa4ffb commit 25a4431
Showing 1 changed file with 26 additions and 21 deletions.
47 changes: 26 additions & 21 deletions cmake/dependencies/boost/CMakeLists.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 25a4431

Please sign in to comment.