diff options
-rw-r--r-- | common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 51145fd..40c955e 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -24,7 +24,7 @@ install(FILES | |||
24 | COMPONENT Devel | 24 | COMPONENT Devel |
25 | ) | 25 | ) |
26 | 26 | ||
27 | add_definitions("-fvisibility=hidden") | 27 | set(CMAKE_CXX_VISIBILITY_PRESET default) |
28 | 28 | ||
29 | install(EXPORT SinkTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE SinkTargets.cmake) | 29 | install(EXPORT SinkTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE SinkTargets.cmake) |
30 | 30 | ||