mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-16 12:11:04 -06:00
Don't use hidden visibility on non-mingw windows either.
This commit is contained in:
@@ -132,7 +132,7 @@ macro(_test_compiler_hidden_visibility)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (NOT GCC_TOO_OLD AND NOT MINGW)
|
||||
if (NOT GCC_TOO_OLD AND NOT WIN32)
|
||||
check_cxx_compiler_flag(-fvisibility=hidden COMPILER_HAS_HIDDEN_VISIBILITY)
|
||||
check_cxx_compiler_flag(-fvisibility-inlines-hidden COMPILER_HAS_HIDDEN_INLINE_VISIBILITY)
|
||||
option(USE_COMPILER_HIDDEN_VISIBILITY "Use HIDDEN visibility support if available." ON)
|
||||
|
||||
Reference in New Issue
Block a user