mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-06-15 07:51:43 +08:00
Apply library name suffix to openblas if any
This commit is contained in:
@@ -98,7 +98,7 @@ set(ZEIGTST zchkee.f
|
||||
|
||||
macro(add_eig_executable name)
|
||||
add_executable(${name} ${ARGN})
|
||||
target_link_libraries(${name} openblas)
|
||||
target_link_libraries(${name} openblas${SUFFIX64_UNDERSCORE})
|
||||
endmacro()
|
||||
|
||||
if(BUILD_SINGLE)
|
||||
|
||||
Reference in New Issue
Block a user