Skip to content

Commit

Permalink
require shared grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
lia-viam committed Sep 11, 2024
1 parent c06e56b commit 9d699c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ class ViamCppSdkRecipe(ConanFile):

exports_sources = "CMakeLists.txt", "LICENSE", "src/*"

def configure(self):
self.options["grpc"].shared = True

def requirements(self):
self.requires('boost/[>=1.74.0]')

Expand Down

0 comments on commit 9d699c4

Please sign in to comment.