Skip to content

Commit 142c9cb

Browse files
author
Benjamin Chrétien
committed
Release 3.2
1 parent 44f5682 commit 142c9cb

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
@@ -68,7 +68,7 @@ IF (NOT LTDL_H_FOUND)
6868
ENDIF()
6969

7070
# Search for roboptim-core.
71-
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.1")
71+
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.2")
7272

7373
# Workaround Ipopt package issue.
7474
# 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
@@ -30,7 +30,7 @@ MACRO(IPOPT_PLUGIN NAME)
3030
COMPILE_DEFINITIONS
3131
IPOPT_DEFAULT_LINEAR_SOLVER="${IPOPT_DEFAULT_LINEAR_SOLVER}"
3232
PREFIX ""
33-
SOVERSION 3 VERSION 3.1.0)
33+
SOVERSION 3 VERSION 3.2.0)
3434
INSTALL(TARGETS roboptim-core-plugin-${NAME}
3535
DESTINATION ${PLUGINDIR})
3636
PKG_CONFIG_USE_DEPENDENCY(roboptim-core-plugin-${NAME} ipopt)

0 commit comments

Comments
 (0)