Skip to content

Commit

Permalink
Update recipes/tinycthreadpool/all/conanfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Mc <[email protected]>
  • Loading branch information
bennyhuo and prince-chrismc authored Apr 17, 2023
1 parent 15a3484 commit 6375de4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recipes/tinycthreadpool/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ def requirements(self):

def generate(self):
tc = CMakeToolchain(self)
if is_msvc(self):
tc.variables["USE_MSVC_RUNTIME_LIBRARY_DLL"] = not is_msvc_static_runtime(self)
tc.generate()

tc = CMakeDeps(self)
Expand Down

0 comments on commit 6375de4

Please sign in to comment.