Apply current library name suffix
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 2 Aug 2020 15:58:33 +0000 (17:58 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Aug 2020 15:58:33 +0000 (17:58 +0200)
lapack-netlib/TESTING/LIN/CMakeLists.txt

index 954cab1..0d0bb54 100644 (file)
@@ -239,7 +239,7 @@ set(ZLINTSTRFP zchkrfp.f zdrvrfp.f zdrvrf1.f zdrvrf2.f zdrvrf3.f zdrvrf4.f zerrr
 
 macro(add_lin_executable name)
   add_executable(${name} ${ARGN})
-  target_link_libraries(${name} openblas)
+  target_link_libraries(${name} openblas${SUFFIX64_UNDERSCORE})
 #${TMGLIB} ${LAPACK_LIBRARIES} ${BLAS_LIBRARIES})
 endmacro()