Skip to content

Commit

Permalink
chore: improve error message
Browse files Browse the repository at this point in the history
close #192
  • Loading branch information
hyoklee committed Mar 29, 2024
1 parent 855b95b commit 6984a0b
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 6984a0b

Please sign in to comment.