summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/GNU-OBJC.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Compiler/GNU-OBJC.cmake')
-rw-r--r--Modules/Compiler/GNU-OBJC.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/Compiler/GNU-OBJC.cmake b/Modules/Compiler/GNU-OBJC.cmake
index 5fba801..fb9b0b2 100644
--- a/Modules/Compiler/GNU-OBJC.cmake
+++ b/Modules/Compiler/GNU-OBJC.cmake
@@ -1,6 +1,2 @@
include(Compiler/GNU)
__compiler_gnu(OBJC)
-
-if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.2)
- set(CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN "-fvisibility-inlines-hidden")
-endif()