-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
619ae82
commit ef9eda8
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/sharedlib/CMakeLists.txt b/sharedlib/CMakeLists.txt | ||
index 8d65e58..306cfde 100755 | ||
--- a/sharedlib/CMakeLists.txt | ||
+++ b/sharedlib/CMakeLists.txt | ||
@@ -38,8 +38,7 @@ endif() | ||
add_library(jpeg SHARED ${JPEG_SRCS} ${DEFFILE} $<TARGET_OBJECTS:simd> | ||
${SIMD_OBJS}) | ||
|
||
-set_target_properties(jpeg PROPERTIES SOVERSION ${SO_MAJOR_VERSION} | ||
- VERSION ${SO_MAJOR_VERSION}.${SO_AGE}.${SO_MINOR_VERSION}) | ||
+set_target_properties(jpeg PROPERTIES SOVERSION 13 VERSION 13.0.0) | ||
if(APPLE AND (NOT CMAKE_OSX_DEPLOYMENT_TARGET OR | ||
CMAKE_OSX_DEPLOYMENT_TARGET VERSION_GREATER 10.4)) | ||
if(NOT CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG) |