This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/error_injector_ergonomics
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/error_injector_ergonomics by this push:
new 0d5ff631 Fix typo causing compilation failure.
0d5ff631 is described below
commit 0d5ff6316eb62fa5bf2c432d00360eadd13c3aab
Author: PengZheng <[email protected]>
AuthorDate: Fri May 5 19:15:37 2023 +0800
Fix typo causing compilation failure.
---
libs/utils/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/utils/CMakeLists.txt b/libs/utils/CMakeLists.txt
index 6c3e43cb..a5e4def3 100644
--- a/libs/utils/CMakeLists.txt
+++ b/libs/utils/CMakeLists.txt
@@ -109,7 +109,7 @@ if (ENABLE_TESTING)
target_include_directories(utils_cut PUBLIC
${CMAKE_CURRENT_LIST_DIR}/include
${MEMSTREAM_INCLUDE_DIR}
- ${CMAKE_BINARY_DIR}/celix/gen/includes/utils>
+ ${CMAKE_BINARY_DIR}/celix/gen/includes/utils
src include_deprecated
)
target_link_libraries(utils_cut PUBLIC ${UTILS_PUBLIC_DEPS}
${UTILS_PRIVATE_DEPS})