Skip to content

Commit 3120f12

Browse files
authored
allow for more pre- and suffixes in the name of the openblas library
1 parent a0e3f77 commit 3120f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapack-netlib/TESTING/EIG/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ set(ZDMDEIGTST zchkdmd.f90)
106106

107107
macro(add_eig_executable name)
108108
add_executable(${name} ${ARGN})
109-
target_link_libraries(${name} openblas${SUFFIX64_UNDERSCORE})
109+
target_link_libraries(${name} ${LIBNAMEPREFIX}openblas${LIBNAMESUFFIX}${SUFFIX64_UNDERSCORE})
110110
#${TMGLIB} ../${LAPACK_LIBRARIES} ${BLAS_LIBRARIES})
111111
endmacro()
112112

0 commit comments

Comments
 (0)