We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edc6bc5 + df52093 commit 8bc7b0aCopy full SHA for 8bc7b0a
1 file changed
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