summaryrefslogtreecommitdiffstats
path: root/Modules/FindBoost.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-09-24 15:10:14 (GMT)
committerBrad King <brad.king@kitware.com>2012-09-26 15:10:17 (GMT)
commitd3260a46be7a98ea16fc4db83c4d3bf3b4c25f2e (patch)
tree961a299967d6ca22e54f9b11979e91f0207e0007 /Modules/FindBoost.cmake
parent531612d3705b1c30ad175bc664c1179400f517a7 (diff)
downloadCMake-d3260a46be7a98ea16fc4db83c4d3bf3b4c25f2e.zip
CMake-d3260a46be7a98ea16fc4db83c4d3bf3b4c25f2e.tar.gz
CMake-d3260a46be7a98ea16fc4db83c4d3bf3b4c25f2e.tar.bz2
FindBoost: Mark Boost_DIR cache entry as advanced
Diffstat (limited to 'Modules/FindBoost.cmake')
-rw-r--r--Modules/FindBoost.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake
index 5275b3b..cd5d586 100644
--- a/Modules/FindBoost.cmake
+++ b/Modules/FindBoost.cmake
@@ -282,6 +282,7 @@ if (NOT Boost_NO_BOOST_CMAKE)
# Note that args are passed in the Boost_FIND_xxxxx variables, so there is no
# need to delegate them to this find_package call.
find_package(Boost QUIET NO_MODULE)
+ mark_as_advanced(Boost_DIR)
# 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.