summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/GNU-OBJC.cmake
blob: 5fba80184f3883b6463599af7cda1f4c96cc461b (plain)
1
2
3
4
5
6
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()