From: Matthias Maier Date: Sun, 2 Mar 2014 02:33:29 +0000 (+0000) Subject: Revert "*errrr* with a dash..." X-Git-Tag: v8.2.0-rc1~735 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56c7333e6cfaa1cd1c36a860f891f19b2249359b;p=dealii.git Revert "*errrr* with a dash..." This reverts commit ed2ff1c166feb2e880852d2c3ea9e010d6e293ba. git-svn-id: https://svn.dealii.org/trunk@32596 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/CMakeLists.txt b/deal.II/source/CMakeLists.txt index 11a49f24da..e16c106d46 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}}"