diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-12-14 14:40:29 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-12-19 15:17:58 (GMT) |
commit | 5187580bcd36aabb7518004b85756d944e7b531a (patch) | |
tree | 49d9d40a0d491e46d808aef45fcfafe74714ed69 | |
parent | b375c18b9ea256e2e9a05fd8465c6d90b86b6f5b (diff) | |
download | CMake-5187580bcd36aabb7518004b85756d944e7b531a.zip CMake-5187580bcd36aabb7518004b85756d944e7b531a.tar.gz CMake-5187580bcd36aabb7518004b85756d944e7b531a.tar.bz2 |
Help: Add missing period.
-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 4c8c714..abfcc75 100644 --- a/Help/policy/CMP0024.rst +++ b/Help/policy/CMP0024.rst @@ -11,7 +11,7 @@ until later at generate-time, such as the link language and complete list of link libraries. Future refactoring will change the effect of the export() command to be executed at generate-time. Use ALIAS targets instead in cases where the goal is to refer to targets by -another name +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 |