From faa2bf22df11cf6b1adcbb00aa83235131f7646b Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 11 Jan 2024 14:56:07 -0500 Subject: 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. --- Help/policy/STANDARD_ADVICE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12