Skip to content

Commit 8a28c5b

Browse files
committed
Add empty line back
1 parent f52bd5b commit 8a28c5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes/grpc/all/conanfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ def generate(self):
201201
# (supported in gRPC >= 1.62.0)
202202
tc.cache_variables["gRPC_DOWNLOAD_ARCHIVES"] = False
203203

204+
204205
# Consumed targets (abseil) via interface target_compiler_feature can propagate newer standards
205206
if not valid_min_cppstd(self, self._cxxstd_required):
206207
tc.cache_variables["CMAKE_CXX_STANDARD"] = self._cxxstd_required

0 commit comments

Comments
 (0)