summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-10-16 12:26:00 (GMT)
committerBrad King <brad.king@kitware.com>2020-10-16 12:26:00 (GMT)
commit5c3a91c8080f0b12e07865e01f5dfdd76867ca09 (patch)
treeac617cae4a6985d1e436d487f15a55fe6c20f385 /Help/manual
parentb1d9a25f35a22f41b2c1b87725f091936711a28c (diff)
downloadCMake-5c3a91c8080f0b12e07865e01f5dfdd76867ca09.zip
CMake-5c3a91c8080f0b12e07865e01f5dfdd76867ca09.tar.gz
CMake-5c3a91c8080f0b12e07865e01f5dfdd76867ca09.tar.bz2
CMP0111: Clarify that the new error is on a missing property setting
The previous wording could be confused with the file missing on disk.
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-policies.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst
index 0392325..fa10f66 100644
--- a/Help/manual/cmake-policies.7.rst
+++ b/Help/manual/cmake-policies.7.rst
@@ -60,7 +60,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>