Skip to content
Snippets Groups Projects
Commit ace002f8 authored by Norihiro Watanabe's avatar Norihiro Watanabe Committed by GitHub
Browse files

[CMake] use upper case STATUS

parent 56bd85f0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment