This is an automated email from the ASF dual-hosted git repository. pengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix.git
commit 5d9beec921c734999dd5ba478d185e008d26244c Merge: 043b4f38 65bc7c0f Author: PengZheng <[email protected]> AuthorDate: Fri Feb 10 09:57:14 2023 +0800 Merge pull request #478 from apache/feature/remove_dfi_dep Make dfi optional CMakeLists.txt | 11 ---- .../integration/gtest/CMakeLists.txt | 2 +- bundles/http_admin/gtest/CMakeLists.txt | 1 - bundles/pubsub/CMakeLists.txt | 2 +- bundles/pubsub/integration/CMakeLists.txt | 2 +- bundles/pubsub/pubsub_utils/CMakeLists.txt | 2 +- bundles/remote_services/CMakeLists.txt | 2 +- .../rsa_shm/gtest/CMakeLists.txt | 1 + .../rsa_rpc_json/gtest/CMakeLists.txt | 1 + cmake/CelixConfig.cmake | 11 +++- conanfile.py | 12 ++-- libs/dfi/CMakeLists.txt | 71 +++++++++++----------- libs/dfi/gtest/CMakeLists.txt | 1 + libs/dfi/src/dyn_function.c | 2 +- libs/dfi/{include => src}/dyn_function_common.h | 0 libs/dfi/{include => src}/dyn_interface_common.h | 0 libs/dfi/src/dyn_type.c | 2 +- libs/dfi/{include => src}/dyn_type_common.h | 0 libs/dfi/src/json_rpc.c | 2 +- libs/etcdlib/CMakeLists.txt | 5 +- libs/framework/CMakeLists.txt | 2 +- 21 files changed, 67 insertions(+), 65 deletions(-)
