This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch feature/585-celix-conditions
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/feature/585-celix-conditions 
by this push:
     new 5a44d822 Add missing build option to conanfile.py
5a44d822 is described below

commit 5a44d8228cba7508f0a2caecf281cb0599e9ba1f
Author: Pepijn Noltes <[email protected]>
AuthorDate: Tue Jul 25 20:47:16 2023 +0200

    Add missing build option to conanfile.py
---
 conanfile.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conanfile.py b/conanfile.py
index de06a2a6..5a98d56b 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -72,6 +72,7 @@ class CelixConan(ConanFile):
         "build_shell_bonjour": [True, False],
         "build_shell_tui": [True, False],
         "build_shell_wui": [True, False],
+        "build_components_ready_check": [True, False],
         "build_examples": [True, False],
         "build_celix_etcdlib": [True, False],
         "build_launcher": [True, False],

Reply via email to