diff options
author | Brad King <brad.king@kitware.com> | 2020-10-16 12:26:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-10-16 12:26:00 (GMT) |
commit | 5c3a91c8080f0b12e07865e01f5dfdd76867ca09 (patch) | |
tree | ac617cae4a6985d1e436d487f15a55fe6c20f385 /Source/cmPolicies.h | |
parent | b1d9a25f35a22f41b2c1b87725f091936711a28c (diff) | |
download | CMake-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 'Source/cmPolicies.h')
-rw-r--r-- | Source/cmPolicies.h | 2 |
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, \ |