mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-05 06:08:41 -06:00
Help: Drop current CMake version from standard policy advice paragraph
Every policy documents whether CMake warns when it is not set. This behavior does not change with the CMake version, so avoid possibly confusing mention of the current CMake version.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
This policy was introduced in CMake version |INTRODUCED_IN_CMAKE_VERSION|.
|
||||
Use the :command:`cmake_policy` command to set it to ``OLD`` or ``NEW`` explicitly.
|
||||
If it is not set, CMake version |release| |WARNS_OR_DOES_NOT_WARN|, and uses ``OLD`` behavior.
|
||||
If it is not set, CMake |WARNS_OR_DOES_NOT_WARN|, and uses ``OLD`` behavior.
|
||||
|
||||
Reference in New Issue
Block a user