We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40eea01 commit f43c8aaCopy full SHA for f43c8aa
cmake/FindLIBHWLOC.cmake
@@ -67,7 +67,7 @@ if(LIBHWLOC_LIBRARY)
67
endif()
68
else()
69
set(MSG_NOT_FOUND
70
- "libhwloc NOT found (set CMAKE_PREFIX_PATH to point the location)")
+ "libhwloc NOT found (set CMAKE_PREFIX_PATH to point the location) or disable with -DUMF_DISABLE_HWLOC=ON")
71
if(LIBHWLOC_FIND_REQUIRED)
72
message(FATAL_ERROR ${MSG_NOT_FOUND})
73
0 commit comments