diff options
Diffstat (limited to 'Modules/Platform/AIX-IBMClang.cmake')
-rw-r--r-- | Modules/Platform/AIX-IBMClang.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/AIX-IBMClang.cmake b/Modules/Platform/AIX-IBMClang.cmake index ffb402c..4e5205e 100644 --- a/Modules/Platform/AIX-IBMClang.cmake +++ b/Modules/Platform/AIX-IBMClang.cmake @@ -12,4 +12,5 @@ include(Platform/AIX-GNU) macro(__aix_compiler_ibmclang lang) __aix_compiler_gnu(${lang}) + unset(CMAKE_${lang}_COMPILE_OPTIONS_VISIBILITY) endmacro() |