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 a0e3f77 commit 3120f12Copy full SHA for 3120f12
lapack-netlib/TESTING/EIG/CMakeLists.txt
@@ -106,7 +106,7 @@ set(ZDMDEIGTST zchkdmd.f90)
106
107
macro(add_eig_executable name)
108
add_executable(${name} ${ARGN})
109
- target_link_libraries(${name} openblas${SUFFIX64_UNDERSCORE})
+ target_link_libraries(${name} ${LIBNAMEPREFIX}openblas${LIBNAMESUFFIX}${SUFFIX64_UNDERSCORE})
110
#${TMGLIB} ../${LAPACK_LIBRARIES} ${BLAS_LIBRARIES})
111
endmacro()
112
0 commit comments