Skip to content

Commit

Permalink
add empty layout for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Oct 27, 2022
1 parent 3750106 commit b7f99ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/grpc/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ def configure(self):
self.options["googleapis"].shared = True
self.options["grpc-proto"].shared = True

def layout(self):
pass

def requirements(self):
if is_msvc(self) and Version(self.version) < "1.47":
self.requires("abseil/20211102.0")
Expand Down

0 comments on commit b7f99ae

Please sign in to comment.