Skip to content

Commit dad37db

Browse files
committed
Make libhwloc version mandatory
1 parent 9578594 commit dad37db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindLIBHWLOC.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if(LIBHWLOC_LIBRARY)
5555

5656
if(LIBHWLOC_FIND_VERSION)
5757
if(NOT LIBHWLOC_VERSION)
58-
message(WARNING "Failed to retrieve libhwloc version")
58+
message(FATAL_ERROR "Failed to retrieve libhwloc version")
5959
elseif(NOT LIBHWLOC_VERSION VERSION_GREATER_EQUAL LIBHWLOC_FIND_VERSION)
6060
message(
6161
FATAL_ERROR

0 commit comments

Comments
 (0)