diff --git a/recipes/grpc/all/conanfile.py b/recipes/grpc/all/conanfile.py index a0c7746588311..9b0bcb1e5def7 100644 --- a/recipes/grpc/all/conanfile.py +++ b/recipes/grpc/all/conanfile.py @@ -91,6 +91,9 @@ def validate(self): if self.settings.compiler.get_safe("cppstd"): tools.check_min_cppstd(self, 11) + def package_id(self): + del self.info.options.secure + def build_requirements(self): if hasattr(self, "settings_build"): self.build_requires('protobuf/3.17.1')