1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 28 Nov 2017 10:37:22 +0100
Description: Invent soversion 0 since upstream does not set soversion
--- a/gatb-core/src/CMakeLists.txt
+++ b/gatb-core/src/CMakeLists.txt
@@ -87,7 +87,7 @@ add_library (gatbcore-static STATIC
add_library (gatbcore-dynamic SHARED ${ComponentFiles} )
set_target_properties (gatbcore-static PROPERTIES OUTPUT_NAME gatbcore clean_direct_output 1)
-set_target_properties (gatbcore-dynamic PROPERTIES OUTPUT_NAME gatbcore clean_direct_output 1)
+set_target_properties (gatbcore-dynamic PROPERTIES OUTPUT_NAME gatbcore SOVERSION 2 clean_direct_output 1)
################################################################################
# INSTALLATION
|