Print message when cloning Boost.

This commit is contained in:
Zach Laine
2022-12-06 05:28:08 -06:00
parent 8c8f7905a1
commit 8390819a70

View File

@@ -11,6 +11,7 @@ if (NOT BOOST_BRANCH)
set(BOOST_BRANCH master) set(BOOST_BRANCH master)
endif() endif()
if (NOT EXISTS ${CMAKE_BINARY_DIR}/boost_root) 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( add_custom_target(
boost_root_clone boost_root_clone
git clone --depth 100 -b ${BOOST_BRANCH} git clone --depth 100 -b ${BOOST_BRANCH}