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 2543590 commit 91d71e2Copy full SHA for 91d71e2
CMakeLists.txt
@@ -466,7 +466,7 @@ if(MKLROOT)
466
find_package(MKL REQUIRED)
467
add_definitions(-D__MKL)
468
include_directories(${MKL_INCLUDE} ${MKL_INCLUDE}/fftw)
469
- list(APPEND math_libs MKL::MKL MKL::MKL_SCALAPACK)
+ list(APPEND math_libs MKL::MKL)
470
if(CMAKE_CXX_COMPILER_ID MATCHES Intel)
471
list(APPEND math_libs ifcore)
472
endif()
0 commit comments