chore: improve error message (#4287)

close #192
This commit is contained in:
H. Joe Lee
2024-03-29 15:39:33 -07:00
committed by GitHub
parent 6596c3edc3
commit 2d970ecba4
+1 -1
View File
@@ -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 ()