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 ba5beea commit 07b8336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ SET(BOOST_COMPONENTS
SEARCH_FOR_BOOST()
SEARCH_FOR_QHULL()
ADD_REQUIRED_DEPENDENCY("eigen3 >= 3.2.0")
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.1")
ADD_REQUIRED_DEPENDENCY("roboptim-core-plugin-ipopt >= 3.1")
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.2")
ADD_REQUIRED_DEPENDENCY("roboptim-core-plugin-ipopt >= 3.2")

# Add main library to pkg-config file.
PKG_CONFIG_APPEND_LIBS(${PROJECT_NAME})
Expand Down

0 comments on commit 07b8336

Please sign in to comment.