Skip to content

Commit 3aaa5a5

Browse files
author
Benjamin Chrétien
committed
Release 3.0.
2 parents b25e002 + c75f57a commit 3aaa5a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ IF (NOT LTDL_H_FOUND)
6565
ENDIF()
6666

6767
# Search for Ipopt.
68-
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 0.5")
68+
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.0")
6969

7070
# Workaround Ipopt package issue.
7171
# It does not define HAVE_STDDEF even when it is needed, so we will do

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ MACRO(IPOPT_PLUGIN NAME)
2626
COMPILE_DEFINITIONS
2727
IPOPT_DEFAULT_LINEAR_SOLVER="${IPOPT_DEFAULT_LINEAR_SOLVER}"
2828
PREFIX ""
29-
SOVERSION 2 VERSION 2.0.0)
29+
SOVERSION 3 VERSION 3.0.0)
3030
INSTALL(TARGETS roboptim-core-plugin-${NAME}
3131
DESTINATION ${ROBOPTIM_CORE_PLUGINDIR})
3232
PKG_CONFIG_USE_DEPENDENCY(roboptim-core-plugin-${NAME} ipopt)

0 commit comments

Comments
 (0)