diff options
author | Brad King <brad.king@kitware.com> | 2024-01-11 19:56:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-01-11 19:56:07 (GMT) |
commit | faa2bf22df11cf6b1adcbb00aa83235131f7646b (patch) | |
tree | 050b2c132b34e413804afc551e852a7b17c3bab4 /Help | |
parent | ad3c2c0b03457c4410e31bbc8daae3bf21be2653 (diff) | |
download | CMake-faa2bf22df11cf6b1adcbb00aa83235131f7646b.zip CMake-faa2bf22df11cf6b1adcbb00aa83235131f7646b.tar.gz CMake-faa2bf22df11cf6b1adcbb00aa83235131f7646b.tar.bz2 |
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.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/policy/STANDARD_ADVICE.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/STANDARD_ADVICE.txt b/Help/policy/STANDARD_ADVICE.txt index e9631ac..7e2cdbc 100644 --- a/Help/policy/STANDARD_ADVICE.txt +++ b/Help/policy/STANDARD_ADVICE.txt @@ -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. |