summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VisibilityPreset/CMP0063-WARN-exe-stderr.txt
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-20 21:54:33 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-20 21:58:48 (GMT)
commit726e461b3885aca4144ec79d08bf62c7ebade96d (patch)
treea5a566000f9f8946e5e9a45b75b54a5f46fb4591 /Tests/RunCMake/VisibilityPreset/CMP0063-WARN-exe-stderr.txt
parent9afbb733ec2a55424e6c25c6afa7fdd14219d6b1 (diff)
downloadCMake-726e461b3885aca4144ec79d08bf62c7ebade96d.zip
CMake-726e461b3885aca4144ec79d08bf62c7ebade96d.tar.gz
CMake-726e461b3885aca4144ec79d08bf62c7ebade96d.tar.bz2
CMP0063: Split unit test by target type.
Don't rely on the order of warnings for targets being deterministic.
Diffstat (limited to 'Tests/RunCMake/VisibilityPreset/CMP0063-WARN-exe-stderr.txt')
-rw-r--r--Tests/RunCMake/VisibilityPreset/CMP0063-WARN-exe-stderr.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Tests/RunCMake/VisibilityPreset/CMP0063-WARN-exe-stderr.txt b/Tests/RunCMake/VisibilityPreset/CMP0063-WARN-exe-stderr.txt
new file mode 100644
index 0000000..b8d726f
--- /dev/null
+++ b/Tests/RunCMake/VisibilityPreset/CMP0063-WARN-exe-stderr.txt
@@ -0,0 +1,15 @@
+CMake Warning \(dev\) at CMP0063-WARN-exe.cmake:[0-9]+ \(add_executable\):
+ Policy CMP0063 is not set: Honor visibility properties for all target
+ types. Run "cmake --help-policy CMP0063" for policy details. Use the
+ cmake_policy command to set the policy and suppress this warning.
+
+ Target "myexe" of type "EXECUTABLE" has the following visibility properties
+ set for CXX:
+
+ CXX_VISIBILITY_PRESET
+ VISIBILITY_INLINES_HIDDEN
+
+ For compatibility CMake is not honoring them for this target.
+Call Stack \(most recent call first\):
+ CMakeLists.txt:[0-9]+ \(include\)
+This warning is for project developers. Use -Wno-dev to suppress it.