Update version in CMAKE - Fix for MATGEN generation on Windows
[platform/upstream/lapack.git] / TESTING / MATGEN / CMakeLists.txt
index 0fd12df..bc986da 100644 (file)
@@ -48,5 +48,5 @@ endif()
 list(REMOVE_DUPLICATES SOURCES)
 
 add_library(tmglib ${SOURCES})
-target_link_libraries(tmglib ${LAPACK_LIBRARIES})
+target_link_libraries(tmglib ${LAPACK_LIBRARIES} ${BLAS_LIBRARIES})
 lapack_install_library(tmglib)