Skip to content

Commit b8cb0fe

Browse files
author
Benjamin Chrétien
committed
Update for 3.1 release
1 parent 03122db commit b8cb0fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ SET(BOOST_COMPONENTS date_time filesystem system unit_test_framework)
4545
SEARCH_FOR_BOOST()
4646

4747
ADD_REQUIRED_DEPENDENCY("cminpack >= 1.0")
48-
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.0")
48+
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.1")
4949

5050
# Add dependency toward pg-slider library in pkg-config file.
5151
PKG_CONFIG_APPEND_LIBS("roboptim-core-plugin-cminpack")

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ADD_LIBRARY(${PLUGIN_NAME}
3030
)
3131
SET_TARGET_PROPERTIES(${PLUGIN_NAME} PROPERTIES
3232
PREFIX ""
33-
SOVERSION 3.0.0)
33+
SOVERSION 3.1.0)
3434

3535
PKG_CONFIG_USE_DEPENDENCY(${PLUGIN_NAME} roboptim-core)
3636
PKG_CONFIG_USE_DEPENDENCY(${PLUGIN_NAME} cminpack)

0 commit comments

Comments
 (0)