We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471292d commit af2acecCopy full SHA for af2acec
CMakeLists.txt
@@ -27,7 +27,7 @@ find_package(TBB REQUIRED)
27
set(MKL_ARCH "intel64")
28
set(MKL_LINK "dynamic")
29
set(MKL_THREADING "tbb_thread")
30
-set(MKL_INTERFACE "ilp64")
+set(MKL_INTERFACE "lp64")
31
find_package(MKL REQUIRED)
32
33
if(WIN32)
0 commit comments