We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52bd5b commit 8a28c5bCopy full SHA for 8a28c5b
recipes/grpc/all/conanfile.py
@@ -201,6 +201,7 @@ def generate(self):
201
# (supported in gRPC >= 1.62.0)
202
tc.cache_variables["gRPC_DOWNLOAD_ARCHIVES"] = False
203
204
+
205
# Consumed targets (abseil) via interface target_compiler_feature can propagate newer standards
206
if not valid_min_cppstd(self, self._cxxstd_required):
207
tc.cache_variables["CMAKE_CXX_STANDARD"] = self._cxxstd_required
0 commit comments