Skip to content

Commit 03c731f

Browse files
committed
Test: Fix CMakeList.txt
1 parent 2543590 commit 03c731f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ if(MKLROOT)
466466
find_package(MKL REQUIRED)
467467
add_definitions(-D__MKL)
468468
include_directories(${MKL_INCLUDE} ${MKL_INCLUDE}/fftw)
469-
list(APPEND math_libs MKL::MKL MKL::MKL_SCALAPACK)
469+
list(APPEND math_libs MKL::MKL)
470470
if(CMAKE_CXX_COMPILER_ID MATCHES Intel)
471471
list(APPEND math_libs ifcore)
472472
endif()

0 commit comments

Comments
 (0)