diff options
author | Brad King <brad.king@kitware.com> | 2014-04-15 14:22:40 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-04-15 14:22:40 (GMT) |
commit | 33358fd571e5e108afbb21a4b763ab913cf145f4 (patch) | |
tree | 3a53e507fd9f9afab3f57842da83ea3f9936688f | |
parent | fc65bbdb7063273ecbdad900d4bdd75f08021c6b (diff) | |
parent | 454b4bd244a02802bd0421b7232a92e4ff3da6c7 (diff) | |
download | CMake-33358fd571e5e108afbb21a4b763ab913cf145f4.zip CMake-33358fd571e5e108afbb21a4b763ab913cf145f4.tar.gz CMake-33358fd571e5e108afbb21a4b763ab913cf145f4.tar.bz2 |
Merge topic 'CMP0051-typo'
454b4bd2 Help: Fix typo in CMP0051.
-rw-r--r-- | Help/policy/CMP0051.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0051.rst b/Help/policy/CMP0051.rst index 7d85929..1b56cb0 100644 --- a/Help/policy/CMP0051.rst +++ b/Help/policy/CMP0051.rst @@ -10,7 +10,7 @@ returning the :prop_tgt:`SOURCES` target property. Configure-time CMake code is not able to handle generator expressions. If using the :prop_tgt:`SOURCES` target property at configure time, it may be necessary to first remove generator expressions using the -:command:`string(STRIP_GENEX)` command. Generate-time CMake code such as +:command:`string(GENEX_STRIP)` command. Generate-time CMake code such as :command:`file(GENERATE)` can handle the content without stripping. The ``OLD`` behavior for this policy is to omit ``TARGET_OBJECTS`` |