summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VisibilityPreset
diff options
context:
space:
mode:
authorRobert Maynard <robert.maynard@kitware.com>2019-05-31 17:18:11 (GMT)
committerBrad King <brad.king@kitware.com>2019-06-03 13:56:03 (GMT)
commit619416f8a30c99f87869559cf3829ce6d3431dca (patch)
tree2d75276cda6176d19cac619fda2630450324ba4d /Tests/RunCMake/VisibilityPreset
parent5e2d22c177add56b2538ab10954dfb049c5cf945 (diff)
downloadCMake-619416f8a30c99f87869559cf3829ce6d3431dca.zip
CMake-619416f8a30c99f87869559cf3829ce6d3431dca.tar.gz
CMake-619416f8a30c99f87869559cf3829ce6d3431dca.tar.bz2
The error message for VISIBILITY_PRESET now documents valid options.
Rather than just state the value for VISIBILITY_PRESET was invalid, we additionally list the accepted values.
Diffstat (limited to 'Tests/RunCMake/VisibilityPreset')
-rw-r--r--Tests/RunCMake/VisibilityPreset/PropertyTypo-stderr.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/VisibilityPreset/PropertyTypo-stderr.txt b/Tests/RunCMake/VisibilityPreset/PropertyTypo-stderr.txt
index ca8c33f..a63591f 100644
--- a/Tests/RunCMake/VisibilityPreset/PropertyTypo-stderr.txt
+++ b/Tests/RunCMake/VisibilityPreset/PropertyTypo-stderr.txt
@@ -1 +1 @@
-CMake Error: Target visibility_preset uses unsupported value \"hiden\" for CXX_VISIBILITY_PRESET
+CMake Error: Target visibility_preset uses unsupported value \"hiden\" for CXX_VISIBILITY_PRESET. The supported values are: default, hidden, protected, and internal.