summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/include/CMP0024-NEW-stderr.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-08 14:59:07 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-10-08 14:59:07 (GMT)
commit40c84683aafc9447a0e17d81a71d061efde84bdb (patch)
treef5090d54d217c02c75b92980d61bfdee974c0db5 /Tests/RunCMake/include/CMP0024-NEW-stderr.txt
parent5a6c15155cbf18de60e118700e3e778f796e213d (diff)
parent904ff9fe592882db5dae88e526db2b380d92f87d (diff)
downloadCMake-40c84683aafc9447a0e17d81a71d061efde84bdb.zip
CMake-40c84683aafc9447a0e17d81a71d061efde84bdb.tar.gz
CMake-40c84683aafc9447a0e17d81a71d061efde84bdb.tar.bz2
Merge topic 'export-policy'
904ff9f export: Add policy CMP0024 to disallow include() of export files
Diffstat (limited to 'Tests/RunCMake/include/CMP0024-NEW-stderr.txt')
-rw-r--r--Tests/RunCMake/include/CMP0024-NEW-stderr.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Tests/RunCMake/include/CMP0024-NEW-stderr.txt b/Tests/RunCMake/include/CMP0024-NEW-stderr.txt
new file mode 100644
index 0000000..182c67a
--- /dev/null
+++ b/Tests/RunCMake/include/CMP0024-NEW-stderr.txt
@@ -0,0 +1,15 @@
+CMake Error at CMP0024-NEW.cmake:9 \(include\):
+ Policy CMP0024 is not set: Disallow include export result. Run "cmake
+ --help-policy CMP0024" for policy details. Use the cmake_policy command to
+ set the policy and suppress this warning.
+
+ The file
+
+ .*/Tests/RunCMake/include/CMP0024-NEW-build/theTargets.cmake
+
+ was generated by the export\(\) command. It may not be used as the argument
+ to the include\(\) command. Use ALIAS targets instead to refer to targets by
+ alternative names.
+
+Call Stack \(most recent call first\):
+ CMakeLists.txt:3 \(include\)