Skip to content

Commit

Permalink
Added flags for tests and BUILD_SHARED_LIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRavenelle committed Mar 29, 2024
1 parent de0c141 commit 2f02ae7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library-conan/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def generate(self):
tc = CMakeToolchain(self)
tc.cache_variables["CONAN_EXPORTED"] = True
tc.cache_variables["BUILD_VOICE_SUPPORT"] = True
tc.cache_variables["DPP_BUILD_TEST"] = False
tc.cache_variables["BUILD_SHARED_LIBS"] = False
tc.generate()

def build(self):
Expand Down

0 comments on commit 2f02ae7

Please sign in to comment.