CMake/Modules/Platform/AIX-GNU-CXX.cmake
Brad King 4feba34d02 GNU: Do not use -fvisibility on AIX or HP-UX
Use of `-fvisibility=hidden` warns:

  warning: visibility attribute not supported in this configuration; ignored
2016-09-05 09:45:13 -04:00

4 lines
109 B
CMake

include(Platform/AIX-GNU)
__aix_compiler_gnu(CXX)
unset(CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN)