summaryrefslogtreecommitdiffstats
path: root/config/cmake/FindMFU.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config/cmake/FindMFU.cmake')
-rw-r--r--config/cmake/FindMFU.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/cmake/FindMFU.cmake b/config/cmake/FindMFU.cmake
index 37699e2..2a4278a 100644
--- a/config/cmake/FindMFU.cmake
+++ b/config/cmake/FindMFU.cmake
@@ -89,9 +89,7 @@ if (NOT MFU_FOUND)
"Mfu was not found. Make sure MFU_LIBRARY and MFU_INCLUDE_DIR are set or set the MFU_INSTALL environment variable."
)
if (NOT MFU_FIND_QUIETLY)
- if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.15.0")
- message (VERBOSE "${MFU_DIR_MESSAGE}")
- endif ()
+ message (VERBOSE "${MFU_DIR_MESSAGE}")
else ()
if (MFU_FIND_REQUIRED)
message (FATAL_ERROR "Mfu was NOT found and is Required by this project")