This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/civetweb_integration
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/feature/civetweb_integration
by this push:
new 2145bc7e Add missing find_package.
2145bc7e is described below
commit 2145bc7e6f61f2892667bcdefc501c8cc5f4f8db
Author: PengZheng <[email protected]>
AuthorDate: Sat Feb 4 22:00:58 2023 +0800
Add missing find_package.
---
bundles/pubsub/integration/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/pubsub/integration/CMakeLists.txt
b/bundles/pubsub/integration/CMakeLists.txt
index a1276e68..a503bedb 100644
--- a/bundles/pubsub/integration/CMakeLists.txt
+++ b/bundles/pubsub/integration/CMakeLists.txt
@@ -18,6 +18,7 @@
celix_subproject(PUBSUB_INTEGRATION "Option to build the pubsub integration"
ON DEPS SHELL SHELL_TUI)
if (PUBSUB_INTEGRATION)
find_package(jansson REQUIRED)
+ find_package(civetweb REQUIRED)
add_celix_bundle(pubsub_endpoint_sut
#"Vanilla" bundle which is under test