Skip to content

Commit

Permalink
chore: improve error message (HDFGroup#4287)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored and lrknox committed Apr 1, 2024
1 parent 9ae4b3f commit c84a902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cmake/FindMFU.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if (NOT MFU_FOUND)
message (VERBOSE "${MFU_DIR_MESSAGE}")
else ()
if (MFU_FIND_REQUIRED)
message (FATAL_ERROR "Mfu was NOT found and is Required by this project")
message (FATAL_ERROR "MFU was NOT found and is required.")
endif ()
endif ()
endif ()

0 comments on commit c84a902

Please sign in to comment.