Skip to content

Commit

Permalink
Update version number for library files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Chrétien committed Mar 23, 2015
1 parent 72c38a5 commit 2fc46d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ PKG_CONFIG_USE_DEPENDENCY(roboptim-core eigen3)
PKG_CONFIG_USE_DEPENDENCY(roboptim-core liblog4cxx)

TARGET_LINK_LIBRARIES(roboptim-core ltdl)
SET_TARGET_PROPERTIES(roboptim-core PROPERTIES SOVERSION 2 VERSION 2.0.0)
SET_TARGET_PROPERTIES(roboptim-core PROPERTIES SOVERSION 3 VERSION 3.0.0)
INSTALL(TARGETS roboptim-core DESTINATION ${CMAKE_INSTALL_LIBDIR})


Expand All @@ -65,7 +65,7 @@ SET_TARGET_PROPERTIES(roboptim-core-plugin-dummy PROPERTIES PREFIX "")

IF(NOT APPLE)
SET_TARGET_PROPERTIES(roboptim-core-plugin-dummy
PROPERTIES VERSION 2.0.0 SOVERSION 2)
PROPERTIES VERSION 3.0.0 SOVERSION 3)
ENDIF()
INSTALL(TARGETS roboptim-core-plugin-dummy DESTINATION ${PLUGINDIR})

Expand All @@ -78,7 +78,7 @@ SET_TARGET_PROPERTIES(roboptim-core-plugin-dummy-laststate PROPERTIES PREFIX "")

IF(NOT APPLE)
SET_TARGET_PROPERTIES(roboptim-core-plugin-dummy-laststate
PROPERTIES VERSION 2.0.0 SOVERSION 2)
PROPERTIES VERSION 3.0.0 SOVERSION 3)
ENDIF()
INSTALL(TARGETS roboptim-core-plugin-dummy-laststate DESTINATION ${PLUGINDIR})

Expand All @@ -91,7 +91,7 @@ SET_TARGET_PROPERTIES(roboptim-core-plugin-dummy-d-sparse-laststate PROPERTIES P

IF(NOT APPLE)
SET_TARGET_PROPERTIES(roboptim-core-plugin-dummy-d-sparse-laststate
PROPERTIES VERSION 2.0.0 SOVERSION 2)
PROPERTIES VERSION 3.0.0 SOVERSION 3)
ENDIF()
INSTALL(TARGETS roboptim-core-plugin-dummy-d-sparse-laststate DESTINATION ${PLUGINDIR})

Expand All @@ -104,7 +104,7 @@ SET_TARGET_PROPERTIES(roboptim-core-plugin-dummy-td PROPERTIES PREFIX "")

IF(NOT APPLE)
SET_TARGET_PROPERTIES(roboptim-core-plugin-dummy-td
PROPERTIES VERSION 2.0.0 SOVERSION 2)
PROPERTIES VERSION 3.0.0 SOVERSION 3)
ENDIF()
INSTALL(TARGETS roboptim-core-plugin-dummy-td DESTINATION ${PLUGINDIR})

Expand Down

0 comments on commit 2fc46d0

Please sign in to comment.