File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments