Don't use hidden visibility on non-mingw windows either.
This commit is contained in:
parent
1f3be45048
commit
750b67c5a1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue