diff --git a/config/cmake/FindMFU.cmake b/config/cmake/FindMFU.cmake index 2a4278a1af6..8bbc870f5f8 100644 --- a/config/cmake/FindMFU.cmake +++ b/config/cmake/FindMFU.cmake @@ -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 ()