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.
2 parents 40eea01 + fecc307 commit cb29417Copy full SHA for cb29417
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