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

pengzheng pushed a commit to branch feature/614-github-cache-build-deps
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to 
refs/heads/feature/614-github-cache-build-deps by this push:
     new b60136bf Fix broken package_id method in conanfile.py
b60136bf is described below

commit b60136bfb71463900b5c07ab2fa39eb288ec35c4
Author: PengZheng <howto...@gmail.com>
AuthorDate: Wed Aug 30 18:01:57 2023 +0800

    Fix broken package_id method in conanfile.py
---
 conanfile.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conanfile.py b/conanfile.py
index a1b5b72e..fc554ad4 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -151,7 +151,7 @@ class CelixConan(ConanFile):
         del self.info.options.enable_testing_for_cxx14
         del self.info.options.enable_cmake_warning_tests
         del self.info.options.enable_testing_on_ci
-        del self.options.enable_ccache
+        del self.info.options.enable_ccache
 
     def build_requirements(self):
         if self.options.enable_testing:

Reply via email to