We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2b34c commit b2fc3e6Copy full SHA for b2fc3e6
cmake/FindLIBHWLOC.cmake
@@ -15,7 +15,7 @@ get_filename_component(LIBHWLOC_INCLUDE_DIR ${LIBHWLOC_HEADER} DIRECTORY)
15
set(LIBHWLOC_INCLUDE_DIRS ${LIBHWLOC_INCLUDE_DIR})
16
17
if(WINDOWS)
18
- find_file(LIBHWLOC_DLL NAMES "bin/hwloc-15.dll" "bin/libhwloc-15.dll")
+ find_file(LIBHWLOC_DLL NAMES "bin/hwloc-*.dll" "bin/libhwloc-*.dll")
19
get_filename_component(LIBHWLOC_DLL_DIR ${LIBHWLOC_DLL} DIRECTORY)
20
set(LIBHWLOC_DLL_DIRS ${LIBHWLOC_DLL_DIR})
21
endif()
0 commit comments