diff options
author | Brad King <brad.king@kitware.com> | 2014-02-10 16:24:52 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-02-10 16:24:52 (GMT) |
commit | e180c1def031ae22c4843c308d6d3710ebcb18e2 (patch) | |
tree | 8806169f55673a8fe755cf5b3e6d2ea1bb7c6085 | |
parent | c9a489aec6b64ab6bbb7836611b8047db2301cc8 (diff) | |
parent | f02b5fb5a0720f52ddd3cb32a1d704c76c8d3b5b (diff) | |
download | CMake-e180c1def031ae22c4843c308d6d3710ebcb18e2.zip CMake-e180c1def031ae22c4843c308d6d3710ebcb18e2.tar.gz CMake-e180c1def031ae22c4843c308d6d3710ebcb18e2.tar.bz2 |
Merge topic 'doc-polcy-CMP0024-typo'
f02b5fb5 Help: Fix typo.
-rw-r--r-- | Help/policy/CMP0024.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0024.rst b/Help/policy/CMP0024.rst index abfcc75..42b7b9f 100644 --- a/Help/policy/CMP0024.rst +++ b/Help/policy/CMP0024.rst @@ -14,7 +14,7 @@ targets instead in cases where the goal is to refer to targets by another name. The OLD behavior for this policy is to allow including the result of -an export() command. The NEW behavior for this policy is to not to +an export() command. The NEW behavior for this policy is not to allow including the result of an export() command. This policy was introduced in CMake version 3.0.0. CMake version |