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 /Tests | |
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 'Tests')
-rw-r--r-- | Tests/RunCMake/CMP0040/CMP0040-WARN-missing-target-stderr.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/RunCMake/CMP0040/CMP0040-WARN-missing-target-stderr.txt b/Tests/RunCMake/CMP0040/CMP0040-WARN-missing-target-stderr.txt index e3e3ff4..70ed05b 100644 --- a/Tests/RunCMake/CMP0040/CMP0040-WARN-missing-target-stderr.txt +++ b/Tests/RunCMake/CMP0040/CMP0040-WARN-missing-target-stderr.txt @@ -1,8 +1,8 @@ CMake Warning \(dev\) at CMP0040-WARN-missing-target.cmake:2 \(add_custom_command\): Policy CMP0040 is not set: The target in the TARGET signature of - add_custom_command\(\) must exist. Run "cmake --help-policy CMP0040" for - policy details. Use the cmake_policy command to set the policy and - suppress this warning. + add_custom_command\(\) must exist and must be defined in the current + directory. Run "cmake --help-policy CMP0040" for policy details. Use the + cmake_policy command to set the policy and suppress this warning. + No TARGET 'foobar' has been created in this directory. Call Stack \(most recent call first\): |