summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0039
diff options
context:
space:
mode:
authorDaniele E. Domenichelli <daniele.domenichelli@iit.it>2013-11-11 09:03:59 (GMT)
committerBrad King <brad.king@kitware.com>2013-11-12 16:54:14 (GMT)
commit7390002964fabc9acabc014b9e9ed9f0def35b17 (patch)
treede8dcda342d8bcb72dc10d7fcef6bc29ef1bf552 /Tests/RunCMake/CMP0039
parent13da9f00245694d3dee9f4c9b245f0e3941284c5 (diff)
downloadCMake-7390002964fabc9acabc014b9e9ed9f0def35b17.zip
CMake-7390002964fabc9acabc014b9e9ed9f0def35b17.tar.gz
CMake-7390002964fabc9acabc014b9e9ed9f0def35b17.tar.bz2
CMP0039: Add missing '.' to policy summary line
Diffstat (limited to 'Tests/RunCMake/CMP0039')
-rw-r--r--Tests/RunCMake/CMP0039/CMP0039-NEW-stderr.txt2
-rw-r--r--Tests/RunCMake/CMP0039/CMP0039-WARN-stderr.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/CMP0039/CMP0039-NEW-stderr.txt b/Tests/RunCMake/CMP0039/CMP0039-NEW-stderr.txt
index 1496c05..821c4f8 100644
--- a/Tests/RunCMake/CMP0039/CMP0039-NEW-stderr.txt
+++ b/Tests/RunCMake/CMP0039/CMP0039-NEW-stderr.txt
@@ -1,5 +1,5 @@
CMake Error at CMP0039-NEW.cmake:7 \(target_link_libraries\):
- Policy CMP0039 is not set: Utility targets may not have link dependencies
+ Policy CMP0039 is not set: Utility targets may not have link dependencies.
Run "cmake --help-policy CMP0039" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
diff --git a/Tests/RunCMake/CMP0039/CMP0039-WARN-stderr.txt b/Tests/RunCMake/CMP0039/CMP0039-WARN-stderr.txt
index 9387f8c..a8e6c70 100644
--- a/Tests/RunCMake/CMP0039/CMP0039-WARN-stderr.txt
+++ b/Tests/RunCMake/CMP0039/CMP0039-WARN-stderr.txt
@@ -1,5 +1,5 @@
CMake Warning \(dev\) at CMP0039-WARN.cmake:5 \(target_link_libraries\):
- Policy CMP0039 is not set: Utility targets may not have link dependencies
+ Policy CMP0039 is not set: Utility targets may not have link dependencies.
Run "cmake --help-policy CMP0039" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.