diff options
author | Brad King <brad.king@kitware.com> | 2013-10-17 19:12:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-17 19:14:53 (GMT) |
commit | 1873205a6e8e15e1dbb88d6c82454837d7544259 (patch) | |
tree | 41fd3ab0a89c5a38357fa7174f4dbd53f1eb254f /Help/policy/CMP0026.rst | |
parent | 5cdaef7ee94e5306eb5fd97b7870c90dff98feb1 (diff) | |
download | CMake-1873205a6e8e15e1dbb88d6c82454837d7544259.zip CMake-1873205a6e8e15e1dbb88d6c82454837d7544259.tar.gz CMake-1873205a6e8e15e1dbb88d6c82454837d7544259.tar.bz2 |
Update CMP0024/CMP0025/CMP0026 release version
These policies were introduced after 2.8.12 in anticipation of 2.8.13.
However, we've now decided the next release will be 3.0.0, so update the
version of introduction accordingly.
Diffstat (limited to 'Help/policy/CMP0026.rst')
-rw-r--r-- | Help/policy/CMP0026.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0026.rst b/Help/policy/CMP0026.rst index 585da56..d3079dc 100644 --- a/Help/policy/CMP0026.rst +++ b/Help/policy/CMP0026.rst @@ -20,6 +20,6 @@ The OLD behavior for this policy is to allow reading the LOCATION property from build-targets. The NEW behavior for this policy is to not to allow reading the LOCATION property from build-targets. -This policy was introduced in CMake version 2.8.13. CMake version +This policy was introduced in CMake version 3.0.0. CMake version |release| warns when the policy is not set and uses OLD behavior. Use the cmake_policy command to set it to OLD or NEW explicitly. |