From 481ac3ab93cabfc778cc4f5cc5043af410c09495 Mon Sep 17 00:00:00 2001 From: Roberto Di Remigio Date: Mon, 28 Sep 2015 16:05:16 +0200 Subject: [PATCH] Print an informative message when -DFORCE_CUSTOM_BOOST=ON --- modules/boost/boost.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/boost/boost.cmake b/modules/boost/boost.cmake index e9bf976..4389187 100644 --- a/modules/boost/boost.cmake +++ b/modules/boost/boost.cmake @@ -78,6 +78,7 @@ set(Boost_DETAILED_FAILURE_MESSAGE OFF) set(BUILD_CUSTOM_BOOST FALSE) if(FORCE_CUSTOM_BOOST) set(BUILD_CUSTOM_BOOST TRUE) + message(STATUS "Force automatic build of Boost") # Just to avoid unused variable warning from CMake set(BOOST_INCLUDEDIR "") set(BOOST_LIBRARYDIR "")