Skip to content

Commit d5bc1c1

Browse files
committed
Include hwloc dependency
1 parent ed148e3 commit d5bc1c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

libraries/core/lib/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ target_include_directories(MorpheusCore
1111
$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>
1212
)
1313

14-
1514
find_package(ctre REQUIRED)
15+
find_package(hwloc REQUIRED)
1616
find_package(magic_enum REQUIRED)
1717
find_package(Microsoft.GSL REQUIRED)
1818
find_package(unordered_dense REQUIRED)
@@ -22,6 +22,7 @@ target_link_libraries(MorpheusCore
2222
Boost::headers
2323
Boost::log
2424
ctre::ctre
25+
hwloc::hwloc
2526
magic_enum::magic_enum
2627
morpheus::config
2728
unordered_dense::unordered_dense

0 commit comments

Comments
 (0)