forked from boostorg/assert
Add populating messages to cmake ..
output
This commit is contained in:
@@ -22,12 +22,15 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
|
||||
# requires CMake 3.11 so we just carry it around
|
||||
include(cmake/FetchContent.cmake)
|
||||
|
||||
message("-- Populating boost_config")
|
||||
FetchContent_Populate(boost_config QUIET GIT_REPOSITORY https://github.com/boostorg/config GIT_TAG develop)
|
||||
add_subdirectory(${boost_config_SOURCE_DIR} ${boost_config_BINARY_DIR})
|
||||
|
||||
message("-- Populating boost_core")
|
||||
FetchContent_Populate(boost_core QUIET GIT_REPOSITORY https://github.com/boostorg/core GIT_TAG develop)
|
||||
add_subdirectory(${boost_core_SOURCE_DIR} ${boost_core_BINARY_DIR})
|
||||
|
||||
message("-- Populating mincmake")
|
||||
FetchContent_Populate(mincmake QUIET GIT_REPOSITORY https://github.com/pdimov/mincmake GIT_TAG master)
|
||||
include(${mincmake_SOURCE_DIR}/cmake/boost_test.cmake)
|
||||
|
||||
|
Reference in New Issue
Block a user