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 80792ef4 Fix conan create error.
80792ef4 is described below

commit 80792ef4d9901ad3ff1b48ae299ef30bbc4477bc
Author: PengZheng <[email protected]>
AuthorDate: Thu Feb 2 18:26:33 2023 +0800

    Fix conan create error.
---
 cmake/CelixConfig.cmake | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cmake/CelixConfig.cmake b/cmake/CelixConfig.cmake
index 417fe4e2..d65a4df1 100644
--- a/cmake/CelixConfig.cmake
+++ b/cmake/CelixConfig.cmake
@@ -118,3 +118,6 @@ endif ()
 if (TARGET Celix::pubsub_admin_nanomsg)
   find_dependency(NanoMsg)
 endif ()
+if (TARGET Celix::http_admin_api)
+  find_dependency(civetweb)
+endif ()

Reply via email to