From: maier Date: Sat, 1 Mar 2014 18:01:36 +0000 (+0000) Subject: Append version number to soname with a dot X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63f4bd26d56a002d06f50904d016627369cf5e40;p=dealii-svn.git Append version number to soname with a dot git-svn-id: https://svn.dealii.org/trunk@32594 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/CMakeLists.txt b/deal.II/source/CMakeLists.txt index e16c106d46..c955ba1882 100644 --- a/deal.II/source/CMakeLists.txt +++ b/deal.II/source/CMakeLists.txt @@ -73,7 +73,7 @@ FOREACH(build ${DEAL_II_BUILD_TYPES}) # No point to wrack one's brain over the question whether a new version of # a C++ library is still ABI backwards compatible :-] # - SOVERSION "${DEAL_II_PACKAGE_VERSION}" + SOVERSION ".${DEAL_II_PACKAGE_VERSION}" LINK_FLAGS "${DEAL_II_LINKER_FLAGS} ${DEAL_II_LINKER_FLAGS_${build}}" COMPILE_DEFINITIONS "${DEAL_II_DEFINITIONS};${DEAL_II_DEFINITIONS_${build}}" COMPILE_FLAGS "${DEAL_II_CXX_FLAGS_${build}}"