This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/579-automatic-dependency-deduction
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/579-automatic-dependency-deduction by this push:
new 0979ee3c Fix typo.
0979ee3c is described below
commit 0979ee3cd032c8d71c765d96bc758525b459eef5
Author: PengZheng <[email protected]>
AuthorDate: Wed Jun 28 18:24:34 2023 +0800
Fix typo.
---
conanfile.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conanfile.py b/conanfile.py
index 2efafb1b..15603038 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -179,7 +179,7 @@ class CelixConan(ConanFile):
if self.settings.os != "Linux":
self.options.build_rsa_remote_service_admin_shm_v2 = False
self.options.build_rsa_discovery_zeroconf = False
- self.options.self.options.build_shell_bonjour = False
+ self.options.build_shell_bonjour = False
if not self.options.celix_cxx14:
self.options.celix_cxx17 = False