Jelajahi Sumber

Don't use hidden visibility on non-mingw windows either.

Stephen Kelly 14 tahun lalu
induk
melakukan
750b67c5a1
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Modules/GenerateExportHeader.cmake

+ 1 - 1
Modules/GenerateExportHeader.cmake

@@ -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)