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 edc6bc5 commit 1b7245eCopy full SHA for 1b7245e
TESTING/MATGEN/CMakeLists.txt
@@ -48,5 +48,12 @@ endif()
48
list(REMOVE_DUPLICATES SOURCES)
49
50
add_library(${TMGLIB} ${SOURCES})
51
+
52
+set_target_properties(
53
+ tmglib PROPERTIES
54
+ VERSION ${LAPACK_VERSION}
55
+ SOVERSION ${LAPACK_MAJOR_VERSION}
56
+)
57
58
target_link_libraries(${TMGLIB} ${LAPACK_LIBRARIES} ${BLAS_LIBRARIES})
59
lapack_install_library(${TMGLIB})
0 commit comments