summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VisibilityPreset/PropertyTypo.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/VisibilityPreset/PropertyTypo.cmake')
-rw-r--r--Tests/RunCMake/VisibilityPreset/PropertyTypo.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/VisibilityPreset/PropertyTypo.cmake b/Tests/RunCMake/VisibilityPreset/PropertyTypo.cmake
index 03c0ed9..c6e9dd9 100644
--- a/Tests/RunCMake/VisibilityPreset/PropertyTypo.cmake
+++ b/Tests/RunCMake/VisibilityPreset/PropertyTypo.cmake
@@ -1,3 +1,8 @@
+enable_language(CXX)
+
+# Ensure CMake warns even if toolchain does not really have these flags.
+set(CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN "-fvisibility-inlines-hidden")
+set(CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY "-fvisibility=")
add_library(visibility_preset SHARED lib.cpp)
set_property(TARGET visibility_preset PROPERTY CXX_VISIBILITY_PRESET hiden)