This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch feature/442-export-headers-bundle-libs
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/442-export-headers-bundle-libs by this push:
new fac303ec Remove hide symbols from rsa_common
fac303ec is described below
commit fac303ec2fff8631d818ccb247f94947c4929cc9
Author: Pepijn Noltes <[email protected]>
AuthorDate: Wed Jun 28 18:46:41 2023 +0200
Remove hide symbols from rsa_common
---
bundles/remote_services/rsa_common/CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/bundles/remote_services/rsa_common/CMakeLists.txt
b/bundles/remote_services/rsa_common/CMakeLists.txt
index 2dcb5d8c..c06a02e7 100644
--- a/bundles/remote_services/rsa_common/CMakeLists.txt
+++ b/bundles/remote_services/rsa_common/CMakeLists.txt
@@ -25,7 +25,6 @@ target_include_directories(rsa_common PRIVATE src)
target_link_libraries(rsa_common PUBLIC Celix::framework Celix::c_rsa_spi
Celix::log_helper)
celix_deprecated_utils_headers(rsa_common)
celix_deprecated_framework_headers(rsa_common)
-celix_target_hide_symbols(rsa_common)
install(TARGETS rsa_common EXPORT celix COMPONENT rsa DESTINATION
${CMAKE_INSTALL_LIBDIR})