aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Riddell <jr@jriddell.org>2014-02-25 20:11:26 +0000
committerJonathan Riddell <jr@jriddell.org>2014-02-25 20:11:26 +0000
commitb2a686625fe71637222bcc03c97515ac95bf38a8 (patch)
tree24d6f19edb74ea5904f45044ba7a770584ae767f
parent6d3a4405fc2723f5796e845247b6b0eb0448216e (diff)
downloadkconfig-b2a686625fe71637222bcc03c97515ac95bf38a8.tar.gz
kconfig-b2a686625fe71637222bcc03c97515ac95bf38a8.tar.bz2
set SOVERSION to 5
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 197da7a0..64e46544 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,8 @@ set(KF5_VERSION "4.96.0")
ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCONFIG
VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kconfig_version.h"
- PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5ConfigConfigVersion.cmake")
+ PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5ConfigConfigVersion.cmake"
+ SOVERSION 5)
# Needed for the tests or examples to build correctly