diff --git a/scripts/cmake/cmake/FindMKL.cmake b/scripts/cmake/cmake/FindMKL.cmake
index d4a4a549d67e9fd123744ee88320f2510b1826b5..d7a48b1a35609cc88e3257cddf0133233229cec9 100644
--- a/scripts/cmake/cmake/FindMKL.cmake
+++ b/scripts/cmake/cmake/FindMKL.cmake
@@ -22,7 +22,7 @@ if (NOT MKL_DIR)
         /opt/intel/mkl/
         )
 endif()
-message(status "MKL_DIR : ${MKL_DIR}")
+message(STATUS "MKL_DIR : ${MKL_DIR}")
 
 # Find MKL include dir
 find_path(MKL_INCLUDE_DIR NAMES mkl.h