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

pnoltes pushed a commit to branch feature/509-remove-install-of-v2-headers
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to 
refs/heads/feature/509-remove-install-of-v2-headers by this push:
     new 9faf09a2 #509: Fix typo in conanfile
9faf09a2 is described below

commit 9faf09a241d4c250e373b7dab16100eef6d96913
Author: Pepijn Noltes <[email protected]>
AuthorDate: Sun Oct 1 14:57:04 2023 +0200

    #509: Fix typo in conanfile
---
 conanfile.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conanfile.py b/conanfile.py
index c294bf34..3dfa0c5f 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -153,7 +153,7 @@ class CelixConan(ConanFile):
         del self.info.options.enable_cmake_warning_tests
         del self.info.options.enable_testing_on_ci
         del self.info.options.enable_ccache
-        del self.info.optoins.enable_deprecated_warnings
+        del self.info.options.enable_deprecated_warnings
 
     def build_requirements(self):
         if self.options.enable_testing:

Reply via email to