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 a44f12f commit 1dd33f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -88,7 +88,7 @@ IF (NOT LTDL_H_FOUND)
ENDIF()
#FIXME: check that libltdl.so is available.

ADD_REQUIRED_DEPENDENCY("roboptim-core >= 2.0")
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.0")
ADD_REQUIRED_DEPENDENCY("eigen3 >= 3.2.0")

HEADER_INSTALL("${HEADERS}")
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -28,5 +28,5 @@ ADD_LIBRARY(roboptim-trajectory SHARED
cubic-b-spline.cc
)
PKG_CONFIG_USE_DEPENDENCY(roboptim-trajectory roboptim-core)
SET_TARGET_PROPERTIES(roboptim-trajectory PROPERTIES SOVERSION 1.1.0)
SET_TARGET_PROPERTIES(roboptim-trajectory PROPERTIES SOVERSION 3.0.0)
INSTALL(TARGETS roboptim-trajectory DESTINATION ${CMAKE_INSTALL_LIBDIR})

0 comments on commit 1dd33f5

Please sign in to comment.