From d3260a46be7a98ea16fc4db83c4d3bf3b4c25f2e Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 24 Sep 2012 11:10:14 -0400 Subject: [PATCH] FindBoost: Mark Boost_DIR cache entry as advanced --- Modules/FindBoost.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake index 5275b3b054..cd5d58697e 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.