mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'mark_as_advanced-without-cache'
3ec82b713ecmMarkAsAdvancedCommand: ignore variables which don't exist in the cache701a5c60e0cmake: avoid marking local or unused variables as advancedaf158149e7FindOpenSSL: do not mark a local variable as advanced74f659f1f2FindCurses: only mark CURSES_EXTRA_LIBRARY when it is used7e2ae4e96dFindOpenGL: only mark declared cache variables as advanced7cc02a0c29FindLua: only mark LUA_MATH_LIBRARY as advanced if required85cd26b8a6FindBoost: only mark Boost_DIR as advanced if defined338c7916baCTest: avoid marking undeclared cache variables as advanced ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4150
This commit is contained in:
@@ -23,6 +23,8 @@ warn by default:
|
||||
policy :policy:`CMP0082`.
|
||||
* ``CMAKE_POLICY_WARNING_CMP0089`` controls the warning for
|
||||
policy :policy:`CMP0089`.
|
||||
* ``CMAKE_POLICY_WARNING_CMP0102`` controls the warning for
|
||||
policy :policy:`CMP0102`.
|
||||
|
||||
This variable should not be set by a project in CMake code. Project
|
||||
developers running CMake may set this variable in their cache to
|
||||
|
||||
Reference in New Issue
Block a user