Skip to content

Commit

Permalink
Merge #6358
Browse files Browse the repository at this point in the history
6358: Fix CMake find_library for HWLOC r=hkaiser a=Pansysk75

This fix makes find_library work properly for hwloc on my windows setup. 
It wouldn't work after the changes in this commit: 4f676fe

Co-authored-by: Panos Syskakis <[email protected]>
  • Loading branch information
StellarBot and Pansysk75 committed Sep 29, 2023
2 parents 5d15a9f + 369562b commit b20a217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindHwloc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if(NOT TARGET Hwloc::hwloc)

find_library(
Hwloc_LIBRARY
NAMES libhwloc.so hwloc
NAMES libhwloc.so libhwloc.lib hwloc
HINTS ${Hwloc_ROOT}
ENV
HWLOC_ROOT
Expand Down

0 comments on commit b20a217

Please sign in to comment.