diff options
author | Brad King <brad.king@kitware.com> | 2017-10-26 13:48:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-10-26 13:48:28 (GMT) |
commit | f01576012f17d5552bc37d8f436ef7e3b47b3a86 (patch) | |
tree | fdffb28c389671a0a886a938a8f8dae1dd57c115 /Source | |
parent | a720131006d81f8c10783ac12e4ef172d5e2d690 (diff) | |
parent | a1b1f1a282b7d5b811ac15e2ae823d0db23fe70f (diff) | |
download | CMake-f01576012f17d5552bc37d8f436ef7e3b47b3a86.zip CMake-f01576012f17d5552bc37d8f436ef7e3b47b3a86.tar.gz CMake-f01576012f17d5552bc37d8f436ef7e3b47b3a86.tar.bz2 |
Merge branch 'cmp0040-wording' into release-3.10
Merge-request: !1415
Diffstat (limited to 'Source')
-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 354011a..6c33e2b 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -126,7 +126,7 @@ class cmMakefile; 3, 0, 0, cmPolicies::WARN) \ SELECT(POLICY, CMP0040, \ "The target in the TARGET signature of add_custom_command() must " \ - "exist.", \ + "exist and must be defined in the current directory.", \ 3, 0, 0, cmPolicies::WARN) \ SELECT(POLICY, CMP0041, \ "Error on relative include with generator expression.", 3, 0, 0, \ |