diff options
| author | Rex Dieter <rdieter@gmail.com> | 2011-01-18 17:23:04 +0000 |
|---|---|---|
| committer | Rex Dieter <rdieter@gmail.com> | 2011-01-18 17:23:04 +0000 |
| commit | 2514c5b55072c09babf94ec33838eb3e9988b93c (patch) | |
| tree | 8f67237eec95cf4f2a9a4d06de4254b54e2b4b60 | |
| parent | 3f234ac21b7f6be6328443aefdb1dbcb01b0332f (diff) | |
cmake: SOVERSION change to 1 (from 1.4) to match auto-tools build
| -rw-r--r-- | CHANGES | 3 | ||||
| -rw-r--r-- | CMakeLists.txt | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -5,6 +5,9 @@ What's New for OpenJPEG ! : changed + : added +January 18, 2001 +! [rdieter] cmake: SOVERSION change to 1 (from 1.4) to match auto-tools + January 17, 2011 - [rdieter] remove generated files (ticket 52) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4df951a3..c2137930 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,11 +34,9 @@ SET(OPENJPEG_VERSION "${OPENJPEG_VERSION_MAJOR}.${OPENJPEG_VERSION_MINOR}.${OPENJPEG_VERSION_BUILD}") SET(PACKAGE_VERSION "${OPENJPEG_VERSION_MAJOR}.${OPENJPEG_VERSION_MINOR}.${OPENJPEG_VERSION_BUILD}") -# This setting of SOVERSION assumes that any API change -# will increment either the minor or major version number of openjpeg SET(OPENJPEG_LIBRARY_PROPERTIES VERSION "${OPENJPEG_VERSION_MAJOR}.${OPENJPEG_VERSION_MINOR}.${OPENJPEG_VERSION_BUILD}" - SOVERSION "${OPENJPEG_VERSION_MAJOR}.${OPENJPEG_VERSION_MINOR}" + SOVERSION "${OPENJPEG_VERSION_MAJOR}" ) # You will also need to define a value for the following variables: # OPENJPEG_INSTALL_BIN_DIR - binary dir (executables) |
