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 c94a0a3 commit c0ea912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -33,8 +33,8 @@ SET(BOOST_COMPONENTS
SEARCH_FOR_BOOST()
SEARCH_FOR_QHULL()
ADD_REQUIRED_DEPENDENCY("eigen3 >= 3.2.0")
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.0")
ADD_REQUIRED_DEPENDENCY("roboptim-core-plugin-ipopt >= 3.0")
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.1")
ADD_REQUIRED_DEPENDENCY("roboptim-core-plugin-ipopt >= 3.1")

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

0 comments on commit c0ea912

Please sign in to comment.