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 fecc307Copy full SHA for fecc307
cmake/FindLIBHWLOC.cmake
@@ -67,7 +67,8 @@ 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
+ )
72
if(LIBHWLOC_FIND_REQUIRED)
73
message(FATAL_ERROR ${MSG_NOT_FOUND})
74
0 commit comments