summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/CMakeLists.txt2
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
27add_definitions("-fvisibility=hidden") 27set(CMAKE_CXX_VISIBILITY_PRESET default)
28 28
29install(EXPORT SinkTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE SinkTargets.cmake) 29install(EXPORT SinkTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE SinkTargets.cmake)
30 30