Skip to content

Commit

Permalink
Update for 3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Chrétien committed Jun 27, 2015
1 parent 4f63b4e commit b6e640c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -64,8 +64,8 @@ IF (NOT LTDL_H_FOUND)
"Failed to find ltdl.h, check that Libtool ltdl is installed.")
ENDIF()

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

# 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 @@ -26,7 +26,7 @@ MACRO(IPOPT_PLUGIN NAME)
COMPILE_DEFINITIONS
IPOPT_DEFAULT_LINEAR_SOLVER="${IPOPT_DEFAULT_LINEAR_SOLVER}"
PREFIX ""
SOVERSION 3 VERSION 3.0.0)
SOVERSION 3 VERSION 3.1.0)
INSTALL(TARGETS roboptim-core-plugin-${NAME}
DESTINATION ${ROBOPTIM_CORE_PLUGINDIR})
PKG_CONFIG_USE_DEPENDENCY(roboptim-core-plugin-${NAME} ipopt)
Expand Down

0 comments on commit b6e640c

Please sign in to comment.