Skip to content

Commit

Permalink
CI: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Nov 22, 2023
1 parent 2e9cc7d commit 475f14c
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 @@ -36,6 +36,8 @@ class SiloRecipe(ConanFile):
"boost/*:zstd": True,
"boost/*:shared": False,

"hwloc/*:shared": False,

"boost/*:without_iostreams": False,
"boost/*:without_serialization": False,
"boost/*:without_system": False,
Expand Down Expand Up @@ -94,6 +96,7 @@ def generate(self):
deps = CMakeDeps(self)
deps.set_property("boost", "cmake_find_mode", "both")
deps.set_property("onetbb", "cmake_find_mode", "both")
deps.set_property("hwloc", "cmake_find_mode", "both")
deps.set_property("poco", "cmake_find_mode", "both")
deps.set_property("nlohmann_json", "cmake_find_mode", "both")
deps.set_property("gtest", "cmake_find_mode", "both")
Expand Down

0 comments on commit 475f14c

Please sign in to comment.