Skip to content

Commit

Permalink
Update version in CMAKE - Fix for MATGEN generation on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
julielangou committed Jun 17, 2017
1 parent b8e8440 commit 9f7abc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -12,7 +12,7 @@ project(LAPACK Fortran C)

set(LAPACK_MAJOR_VERSION 3)
set(LAPACK_MINOR_VERSION 7)
set(LAPACK_PATCH_VERSION 0)
set(LAPACK_PATCH_VERSION 1)
set(
LAPACK_VERSION
${LAPACK_MAJOR_VERSION}.${LAPACK_MINOR_VERSION}.${LAPACK_PATCH_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion TESTING/MATGEN/CMakeLists.txt
Expand Up @@ -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)

0 comments on commit 9f7abc2

Please sign in to comment.