Skip to content

Commit

Permalink
Release 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Chrétien committed Jan 7, 2016
1 parent 44f5682 commit 142c9cb
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 @@ -68,7 +68,7 @@ IF (NOT LTDL_H_FOUND)
ENDIF()

# Search for roboptim-core.
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.1")
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.2")

# Workaround Ipopt package issue.
# It does not define HAVE_STDDEF even when it is needed, so we will do
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -30,7 +30,7 @@ MACRO(IPOPT_PLUGIN NAME)
COMPILE_DEFINITIONS
IPOPT_DEFAULT_LINEAR_SOLVER="${IPOPT_DEFAULT_LINEAR_SOLVER}"
PREFIX ""
SOVERSION 3 VERSION 3.1.0)
SOVERSION 3 VERSION 3.2.0)
INSTALL(TARGETS roboptim-core-plugin-${NAME}
DESTINATION ${PLUGINDIR})
PKG_CONFIG_USE_DEPENDENCY(roboptim-core-plugin-${NAME} ipopt)
Expand Down

0 comments on commit 142c9cb

Please sign in to comment.