Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Nov 10, 2020
1 parent dff8732 commit f064648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindMKL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f064648

Please sign in to comment.