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 /Help/release/3.19.rst | |
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 'Help/release/3.19.rst')
-rw-r--r-- | Help/release/3.19.rst | 2 |
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 |