diff options
author | Brad King <brad.king@kitware.com> | 2020-10-19 14:23:44 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-10-19 14:23:50 (GMT) |
commit | 860e40de6bbe77c7ce42fb2a8cf2c93baa45302b (patch) | |
tree | 1c47944a166b880832b157244ac3383a2e6209f5 /Help/manual/cmake-policies.7.rst | |
parent | fd0aab88d561b9c323e3ffcd763df6f2b1d254f5 (diff) | |
parent | 5c3a91c8080f0b12e07865e01f5dfdd76867ca09 (diff) | |
download | CMake-860e40de6bbe77c7ce42fb2a8cf2c93baa45302b.zip CMake-860e40de6bbe77c7ce42fb2a8cf2c93baa45302b.tar.gz CMake-860e40de6bbe77c7ce42fb2a8cf2c93baa45302b.tar.bz2 |
Merge topic 'doc-CMP0111'
5c3a91c808 CMP0111: Clarify that the new error is on a missing property setting
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Alex Reinking <alex_reinking@berkeley.edu>
Merge-request: !5385
Diffstat (limited to 'Help/manual/cmake-policies.7.rst')
-rw-r--r-- | Help/manual/cmake-policies.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst index 886fe80..0116674 100644 --- a/Help/manual/cmake-policies.7.rst +++ b/Help/manual/cmake-policies.7.rst @@ -69,7 +69,7 @@ Policies Introduced by CMake 3.19 CMP0114: ExternalProject step targets fully adopt their steps. </policy/CMP0114> CMP0113: Makefile generators do not repeat custom commands from target dependencies. </policy/CMP0113> CMP0112: Target file component generator expressions do not add target dependencies. </policy/CMP0112> - CMP0111: An imported target with a missing location fails during generation. </policy/CMP0111> + CMP0111: An imported target missing its location property fails during generation. </policy/CMP0111> CMP0110: add_test() supports arbitrary characters in test names. </policy/CMP0110> CMP0109: find_program() requires permission to execute but not to read. </policy/CMP0109> |