forked from boostorg/mp11
Fetch static_assert and throw_exception when testing standalone
This commit is contained in:
@ -43,6 +43,8 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
|
||||
boost_fetch(boostorg/assert TAG develop EXCLUDE_FROM_ALL)
|
||||
boost_fetch(boostorg/config TAG develop EXCLUDE_FROM_ALL)
|
||||
boost_fetch(boostorg/core TAG develop EXCLUDE_FROM_ALL)
|
||||
boost_fetch(boostorg/static_assert TAG develop EXCLUDE_FROM_ALL)
|
||||
boost_fetch(boostorg/throw_exception TAG develop EXCLUDE_FROM_ALL)
|
||||
|
||||
unset(BUILD_TESTING)
|
||||
|
||||
|
Reference in New Issue
Block a user