diff options
author | Brad King <brad.king@kitware.com> | 2015-06-09 13:33:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-06-09 13:33:50 (GMT) |
commit | d6619acf77903187f1b37a6ef2fdf21beb986d32 (patch) | |
tree | fc5e60b7aa6a698eac7e8e08d462793a91063164 /Help/policy/CMP0024.rst | |
parent | 91131844cecae7c0af0ccfda757798480551404d (diff) | |
parent | 482a3bf3f0b0d3cc1835666e570d8f65a0342ee7 (diff) | |
download | CMake-d6619acf77903187f1b37a6ef2fdf21beb986d32.zip CMake-d6619acf77903187f1b37a6ef2fdf21beb986d32.tar.gz CMake-d6619acf77903187f1b37a6ef2fdf21beb986d32.tar.bz2 |
Merge branch 'doc-policy-OLD-deprecated' into release
Diffstat (limited to 'Help/policy/CMP0024.rst')
-rw-r--r-- | Help/policy/CMP0024.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/policy/CMP0024.rst b/Help/policy/CMP0024.rst index ee53d5f..272a56c 100644 --- a/Help/policy/CMP0024.rst +++ b/Help/policy/CMP0024.rst @@ -20,3 +20,5 @@ allow including the result of an export() command. This policy was introduced in CMake version 3.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. + +.. include:: DEPRECATED.txt |