mirror of
https://github.com/boostorg/stl_interfaces.git
synced 2026-01-19 04:42:12 +00:00
Print message when cloning Boost.
This commit is contained in:
@@ -11,6 +11,7 @@ if (NOT BOOST_BRANCH)
|
||||
set(BOOST_BRANCH master)
|
||||
endif()
|
||||
if (NOT EXISTS ${CMAKE_BINARY_DIR}/boost_root)
|
||||
message("Dir \"${CMAKE_BINARY_DIR}/boost_root\" does not exist! Cloning Boost from sources.")
|
||||
add_custom_target(
|
||||
boost_root_clone
|
||||
git clone --depth 100 -b ${BOOST_BRANCH}
|
||||
|
||||
Reference in New Issue
Block a user