Skip to content

Commit 7c54489

Browse files
committed
Return back a quite discovery
1 parent 1e0a862 commit 7c54489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ set(MKL_ARCH "intel64")
2727
set(MKL_LINK "dynamic")
2828
set(MKL_THREADING "tbb_thread")
2929
set(MKL_INTERFACE "ilp64")
30+
find_package(MKL QUIET)
3031
if(MKL_FOUND)
3132
find_package(MKL REQUIRED)
3233
else()

0 commit comments

Comments
 (0)