Skip to content

Commit

Permalink
Revert "Add the "hide symbols" configuration to remaining shared libr…
Browse files Browse the repository at this point in the history
…ary under libs dir."

This reverts commit 740fe55.
  • Loading branch information
PengZheng committed Jun 29, 2023
1 parent 7e9911b commit 84934ab
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion libs/dfi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ if (CELIX_DFI)
install(DIRECTORY include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/celix/dfi COMPONENT dfi)
install(DIRECTORY ${CMAKE_BINARY_DIR}/celix/gen/includes/dfi/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/celix/dfi COMPONENT dfi)

celix_target_hide_symbols(dfi)
#Alias setup to match external usage
add_library(Celix::dfi ALIAS dfi)

Expand Down
1 change: 0 additions & 1 deletion libs/etcdlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ if (CELIX_ETCDLIB OR ETCDLIB_STANDALONE)
BASE_NAME "ETCDLIB"
EXPORT_FILE_NAME "${CMAKE_BINARY_DIR}/celix/gen/includes/etcdlib/etcdlib_export.h")
target_include_directories(etcdlib PUBLIC $<BUILD_INTERFACE:${CMAKE_BINARY_DIR}/celix/gen/includes/etcdlib>)
celix_target_hide_symbols(etcdlib)


add_library(etcdlib_static STATIC src/etcd.c)
Expand Down
1 change: 0 additions & 1 deletion libs/framework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ install(DIRECTORY include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/celix/framewo
install(DIRECTORY include_deprecated/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/celix/framework COMPONENT framework)
install(DIRECTORY ${CMAKE_BINARY_DIR}/celix/gen/includes/framework/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/celix/framework COMPONENT framework)

celix_target_hide_symbols(framework)
#Alias setup to match external usage
add_library(Celix::framework ALIAS framework)

Expand Down
1 change: 0 additions & 1 deletion libs/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ if (CELIX_INSTALL_DEPRECATED_API)
install(DIRECTORY include_deprecated/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/celix/utils COMPONENT framework)
endif ()

celix_target_hide_symbols(utils)
#Alias setup to match external usage
add_library(Celix::utils ALIAS utils)

Expand Down

0 comments on commit 84934ab

Please sign in to comment.