Skip to content

Commit 711d75c

Browse files
committed
xxx
1 parent 3ef1a1d commit 711d75c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

external/CBLAS/cmake/FindCBLAS.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,13 @@ if (NOT TARGET CBLAS::CBLAS)
417417
set(LIBRARY_DLL_SEARCH_PATHS
418418
"${LIBRARY_DIRECTORY}"
419419
"${LIBRARY_DIRECTORY}/../bin"
420+
"${LIBRARY_DIRECTORY}/../redist/intel64"
421+
"${LIBRARY_DIRECTORY}/../../redist/intel64"
422+
"${LIBRARY_DIRECTORY}/../redist/intel64/compiler"
423+
"${LIBRARY_DIRECTORY}/../../redist/intel64/compiler"
420424
"${LIBRARY_DIRECTORY}/../redist/intel64_win/compiler"
421425
"${LIBRARY_DIRECTORY}/../../redist/intel64_win/compiler"
426+
422427
)
423428

424429
set(TARGET_TYPE "STATIC")

external/LAPACKE/cmake/FindLAPACKE.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,10 @@ if (NOT TARGET LAPACKE::LAPACKE)
448448
"${LIBRARY_DIRECTORY}"
449449
"${LIBRARY_DIRECTORY}/../bin"
450450
"${LIBRARY_DIRECTORY}/../../bin"
451+
"${LIBRARY_DIRECTORY}/../redist/intel64"
452+
"${LIBRARY_DIRECTORY}/../../redist/intel64"
453+
"${LIBRARY_DIRECTORY}/../redist/intel64/compiler"
454+
"${LIBRARY_DIRECTORY}/../../redist/intel64/compiler"
451455
"${LIBRARY_DIRECTORY}/../redist/intel64_win/compiler"
452456
"${LIBRARY_DIRECTORY}/../../redist/intel64_win/compiler"
453457
)

0 commit comments

Comments
 (0)