Skip to content

Commit c90979d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapack-netlib/TESTING/LIN/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ set(ZLINTSTRFP zchkrfp.f zdrvrfp.f zdrvrf1.f zdrvrf2.f zdrvrf3.f zdrvrf4.f zerrr
239239

240240
macro(add_lin_executable name)
241241
add_executable(${name} ${ARGN})
242-
target_link_libraries(${name} openblas${SUFFIX64_UNDERSCORE})
242+
target_link_libraries(${name} ${LIBNAMEPREFIX}openblas${LIBNAMESUFFIX}${SUFFIX64_UNDERSCORE})
243243
#${TMGLIB} ${LAPACK_LIBRARIES} ${BLAS_LIBRARIES})
244244
endmacro()
245245

0 commit comments

Comments
 (0)