diff --git a/cmake/FindMKL.cmake b/cmake/FindMKL.cmake index 18ba953e5..b06bda95f 100644 --- a/cmake/FindMKL.cmake +++ b/cmake/FindMKL.cmake @@ -19,7 +19,7 @@ set(MKL_FOUND FALSE) if(MKL_DISABLED) - message(NOTICE "-- MKL disabled, skipping checks") + message("-- MKL disabled, skipping checks") else(MKL_DISABLED) # Set default value of MKL_DIR.