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 3120f12 commit c90979dCopy full SHA for c90979d
lapack-netlib/TESTING/LIN/CMakeLists.txt
@@ -239,7 +239,7 @@ set(ZLINTSTRFP zchkrfp.f zdrvrfp.f zdrvrf1.f zdrvrf2.f zdrvrf3.f zdrvrf4.f zerrr
239
240
macro(add_lin_executable name)
241
add_executable(${name} ${ARGN})
242
- target_link_libraries(${name} openblas${SUFFIX64_UNDERSCORE})
+ target_link_libraries(${name} ${LIBNAMEPREFIX}openblas${LIBNAMESUFFIX}${SUFFIX64_UNDERSCORE})
243
#${TMGLIB} ${LAPACK_LIBRARIES} ${BLAS_LIBRARIES})
244
endmacro()
245
0 commit comments