This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/refactor_bundle_cache
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/feature/refactor_bundle_cache
by this push:
new c25ca977 Make the framework independent of dfi.
c25ca977 is described below
commit c25ca97733e072d753fcb3d5e73e961d5e23e5c8
Author: PengZheng <[email protected]>
AuthorDate: Fri Mar 31 13:14:41 2023 +0800
Make the framework independent of dfi.
---
libs/framework/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/framework/CMakeLists.txt b/libs/framework/CMakeLists.txt
index 297e7bbd..d4bb5f56 100644
--- a/libs/framework/CMakeLists.txt
+++ b/libs/framework/CMakeLists.txt
@@ -41,7 +41,7 @@ target_include_directories(framework_obj PUBLIC
)
target_compile_options(framework_obj PRIVATE -DUSE_FILE32API)
target_compile_options(framework_obj PRIVATE -Wno-deprecated-declarations)
#note part of the api is deprecated, ignore this warning on own api
-target_link_libraries(framework_obj PUBLIC Celix::utils Celix::dfi
${CELIX_OPTIONAL_EXTRA_LIBS})
+target_link_libraries(framework_obj PUBLIC Celix::utils
${CELIX_OPTIONAL_EXTRA_LIBS})
target_link_libraries(framework_obj PUBLIC libuuid::libuuid CURL::libcurl
ZLIB::ZLIB)
target_link_libraries(framework_obj PRIVATE ${CMAKE_DL_LIBS})
celix_deprecated_utils_headers(framework_obj)