Skip to content

Commit

Permalink
Bump SOVERSION to 2 to account for removed symbols since 6.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastic authored and tbonfort committed Jul 16, 2015
1 parent 135997a commit 5154eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -250,15 +250,15 @@ if(BUILD_DYNAMIC)
add_library(mapserver SHARED ${mapserver_SOURCES} ${agg_SOURCES} ${v8_SOURCES})
set_target_properties( mapserver PROPERTIES
VERSION ${MapServer_VERSION_STRING}
SOVERSION 1
SOVERSION 2
)
endif(BUILD_DYNAMIC)

if(BUILD_STATIC)
add_library(mapserver_static STATIC ${mapserver_SOURCES} ${agg_SOURCES} ${v8_SOURCES})
set_target_properties( mapserver_static PROPERTIES
VERSION ${MapServer_VERSION_STRING}
SOVERSION 1
SOVERSION 2
)
endif(BUILD_STATIC)

Expand Down

0 comments on commit 5154eb8

Please sign in to comment.