mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
FindBoost: Mark Boost_DIR cache entry as advanced
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user