Skip to content

Commit

Permalink
support shard build
Browse files Browse the repository at this point in the history
  • Loading branch information
toge committed Nov 3, 2023
1 parent c6c29c7 commit be2c891
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/simd/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def source(self):

def generate(self):
tc = CMakeToolchain(self)
tc.variables["SIMD_TEST"] = False
tc.variables["SIMD_SHARED"] = self.options.shared
tc.generate()

def build(self):
Expand Down

0 comments on commit be2c891

Please sign in to comment.