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 5c77b0b1 Fix compilation error.
5c77b0b1 is described below
commit 5c77b0b1a32372e113a05034f792241d1d7a8b6f
Author: PengZheng <[email protected]>
AuthorDate: Tue Mar 28 21:59:01 2023 +0800
Fix compilation error.
---
libs/utils/gtest/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/utils/gtest/CMakeLists.txt b/libs/utils/gtest/CMakeLists.txt
index 9be3ff24..20ba6e44 100644
--- a/libs/utils/gtest/CMakeLists.txt
+++ b/libs/utils/gtest/CMakeLists.txt
@@ -35,7 +35,7 @@ add_executable(test_utils
${CELIX_UTIL_TEST_SOURCES_FOR_CXX_HEADERS}
)
-target_link_libraries(test_utils PRIVATE Celix::utils GTest::gtest
GTest::gtest_main)
+target_link_libraries(test_utils PRIVATE Celix::utils GTest::gtest
GTest::gtest_main libzip::libzip)
target_include_directories(test_utils PRIVATE ../src) #for version_private
(needs refactoring of test)
celix_deprecated_utils_headers(test_utils)