File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ SET(BOOST_COMPONENTS date_time filesystem system unit_test_framework)
4545SEARCH_FOR_BOOST()
4646
4747ADD_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.
5151PKG_CONFIG_APPEND_LIBS("roboptim-core-plugin-cminpack" )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ADD_LIBRARY(${PLUGIN_NAME}
3030 )
3131SET_TARGET_PROPERTIES (${PLUGIN_NAME} PROPERTIES
3232 PREFIX ""
33- SOVERSION 3.0 .0)
33+ SOVERSION 3.1 .0)
3434
3535PKG_CONFIG_USE_DEPENDENCY(${PLUGIN_NAME} roboptim-core)
3636PKG_CONFIG_USE_DEPENDENCY(${PLUGIN_NAME} cminpack)
You can’t perform that action at this time.
0 commit comments