4c6b8abcb7
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/SuperLU.git#e61891ed2514042ccde0388aa647ab98c6f3204e
12 lines
412 B
Diff
12 lines
412 B
Diff
--- a/SRC/CMakeLists.orig.txt 2018-04-25 15:17:39.786715000 +0200
|
|
+++ b/SRC/CMakeLists.txt 2018-04-25 15:25:00.253317607 +0200
|
|
@@ -242,7 +242,7 @@
|
|
$<INSTALL_INTERFACE:include>
|
|
)
|
|
set_target_properties(superlu PROPERTIES
|
|
- VERSION ${PROJECT_VERSION} SOVERSION ${VERSION_MAJOR}
|
|
+ VERSION ${PROJECT_VERSION} SOVERSION ${VERSION_MAJOR}.${VERSION_MINOR}
|
|
)
|
|
|
|
# Define GNU standard installation directories
|