summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-06-04 12:25:38 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-06-04 12:25:47 (GMT)
commite591e22d4c7d2b4d4806cf47923e54269644b2a2 (patch)
treed88028ca192fd4f14067fbd5840b269ecd1a4630 /Tests
parent7561fcda0918abf71b7fb0cfe67dd70fafe577ae (diff)
parent619416f8a30c99f87869559cf3829ce6d3431dca (diff)
downloadCMake-e591e22d4c7d2b4d4806cf47923e54269644b2a2.zip
CMake-e591e22d4c7d2b4d4806cf47923e54269644b2a2.tar.gz
CMake-e591e22d4c7d2b4d4806cf47923e54269644b2a2.tar.bz2
Merge topic 'better_error_message_for_visibility_preset_property'
619416f8a3 The error message for VISIBILITY_PRESET now documents valid options. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3409
Diffstat (limited to 'Tests')
-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.