summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-10-19 14:23:44 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-10-19 14:23:50 (GMT)
commitae1ca3034e7d54f95f242c67f044437987f8ce1d (patch)
tree6f39f8c50a1082dd42121f02e36d62dd594ac6f3 /Source
parentd3d292aa7b408e6698d1acb6b7b53239257ba27a (diff)
parent5c3a91c8080f0b12e07865e01f5dfdd76867ca09 (diff)
downloadCMake-ae1ca3034e7d54f95f242c67f044437987f8ce1d.zip
CMake-ae1ca3034e7d54f95f242c67f044437987f8ce1d.tar.gz
CMake-ae1ca3034e7d54f95f242c67f044437987f8ce1d.tar.bz2
Merge topic 'doc-CMP0111' into release-3.19
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 'Source')
-rw-r--r--Source/cmPolicies.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h
index 958d061..18ce9c3 100644
--- a/Source/cmPolicies.h
+++ b/Source/cmPolicies.h
@@ -327,7 +327,7 @@ class cmMakefile;
"add_test() supports arbitrary characters in test names.", 3, 19, 0, \
cmPolicies::WARN) \
SELECT(POLICY, CMP0111, \
- "An imported target with a missing location fails during " \
+ "An imported target missing its location property fails during " \
"generation.", \
3, 19, 0, cmPolicies::WARN) \
SELECT(POLICY, CMP0112, \