mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Use of `-fvisibility=hidden` warns: warning: visibility attribute not supported in this configuration; ignored
4 lines
109 B
CMake
4 lines
109 B
CMake
include(Platform/AIX-GNU)
|
|
__aix_compiler_gnu(CXX)
|
|
unset(CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN)
|