Skip to content

Commit

Permalink
hwloc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Nov 28, 2024
1 parent 07a69fa commit 8dff1ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,7 @@ include(DetectHwloc)
if(NOT TARGET HWLOC::hwloc)
message(FATAL_ERROR "Hwloc library not found. Install hwloc on your system.")
endif()
target_link_libraries(MtKaHyPar-Sources INTERFACE HWLOC::hwloc)
target_link_libraries(MtKaHyPar-ToolsSources INTERFACE HWLOC::hwloc)
target_link_libraries(MtKaHyPar-Include INTERFACE HWLOC::hwloc)


#################################################################
Expand Down

0 comments on commit 8dff1ea

Please sign in to comment.