Don't hide symbols in the shared library
Build Packages / Build (push) Successful in 31s

This commit is contained in:
2026-04-08 16:03:30 +02:00
parent a3235390a4
commit d39e9d7a99
+1 -6
View File
@@ -47,12 +47,7 @@ ADD_LIBRARY(durin-plugin SHARED
bslz4/src/lz4.c bslz4/src/lz4.h
)
set_target_properties(durin-plugin PROPERTIES
CXX_VISIBILITY_PRESET hidden
C_VISIBILITY_PRESET hidden
VISIBILITY_INLINES_HIDDEN YES
VERSION 1.0.0
)
set_target_properties(durin-plugin PROPERTIES VERSION 1.0.0)
TARGET_COMPILE_DEFINITIONS(durin-plugin PRIVATE
H5_USE_110_API