summaryrefslogtreecommitdiffstats
path: root/Help/release/3.19.rst
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/release/3.19.rst
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/release/3.19.rst')
-rw-r--r--Help/release/3.19.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/release/3.19.rst b/Help/release/3.19.rst
index ea68594..93e060e 100644
--- a/Help/release/3.19.rst
+++ b/Help/release/3.19.rst
@@ -293,7 +293,7 @@ Other Changes
* The :command:`find_program` command now requires permission to execute
but not to read the file found. See policy :policy:`CMP0109`.
-* An imported target with a missing location now fails during generation
+* An imported target missing its location property fails during generation
if the location is used. See policy :policy:`CMP0111`.
* The following target-based generator expressions that query for directory or