diff options
author | Cristian Adam <cristian.adam@gmail.com> | 2020-01-10 15:31:27 (GMT) |
---|---|---|
committer | Cristian Adam <cristian.adam@gmail.com> | 2020-01-10 15:31:27 (GMT) |
commit | 7347e2f830b75dae94535b64d3925b55b098d88b (patch) | |
tree | 0ab85c5e0ad03e3017f6556d4d95c949599fbca1 /Modules/Compiler/GNU-OBJC.cmake | |
parent | 68537b890ba155632b3679dc77c0e04148bf18d5 (diff) | |
download | CMake-7347e2f830b75dae94535b64d3925b55b098d88b.zip CMake-7347e2f830b75dae94535b64d3925b55b098d88b.tar.gz CMake-7347e2f830b75dae94535b64d3925b55b098d88b.tar.bz2 |
ObjC: Add VISIBLITY_INLINES_HIDDEN support
Fixes: #20193
Diffstat (limited to 'Modules/Compiler/GNU-OBJC.cmake')
-rw-r--r-- | Modules/Compiler/GNU-OBJC.cmake | 4 |
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() |