This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix.git
commit 0f994dbe16f23b4b10618c8f6ca295bd3f5f06ca Author: Pepijn Noltes <[email protected]> AuthorDate: Mon Mar 2 20:03:32 2026 +0100 Remove celix_use_compression_for_bundle_zips option --- conanfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 2a9640e16..bdf002d31 100644 --- a/conanfile.py +++ b/conanfile.py @@ -156,7 +156,6 @@ class CelixConan(ConanFile): del self.info.options.enable_fuzzing del self.info.options.enable_code_coverage del self.info.options.enable_gcc_analyzer - del self.info.options.celix_use_compression_for_bundle_zips def build_requirements(self): if self.options.enable_testing:
