summaryrefslogtreecommitdiffstats
path: root/Modules/FindBoost.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-10-02 11:57:59 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-10-02 11:58:08 (GMT)
commit9288c291cb56f75ad0ed8a86b0882d1998c8b79d (patch)
tree901a19e8ecd86e6212a4ada0f5addf0b0397ba79 /Modules/FindBoost.cmake
parent90bd92ae8876cff7c2d372e752e2297411ce2d1b (diff)
parentc044b9ae8421cae4ee91399dabee31aa75f80b1c (diff)
downloadCMake-9288c291cb56f75ad0ed8a86b0882d1998c8b79d.zip
CMake-9288c291cb56f75ad0ed8a86b0882d1998c8b79d.tar.gz
CMake-9288c291cb56f75ad0ed8a86b0882d1998c8b79d.tar.bz2
Merge topic 'FindBoost-cmake-package'
c044b9ae FindBoost: Improve messages when a Boost CMake package is found Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1330
Diffstat (limited to 'Modules/FindBoost.cmake')
-rw-r--r--Modules/FindBoost.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake
index 6d1514d..88d14ab 100644
--- a/Modules/FindBoost.cmake
+++ b/Modules/FindBoost.cmake
@@ -245,10 +245,9 @@ if (NOT Boost_NO_BOOST_CMAKE)
# If we found boost-cmake, then we're done. Print out what we found.
# Otherwise let the rest of the module try to find it.
if (Boost_FOUND)
- message("Boost ${Boost_FIND_VERSION} found.")
+ message(STATUS "Boost ${Boost_FIND_VERSION} found.")
if (Boost_FIND_COMPONENTS)
- message("Found Boost components:")
- message(" ${Boost_FIND_COMPONENTS}")
+ message(STATUS "Found Boost components:\n ${Boost_FIND_COMPONENTS}")
endif()
# Restore project's policies
cmake_policy(POP)