Skip to content

Commit

Permalink
Release 3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Chrétien committed Mar 24, 2015
1 parent c6a6c91 commit abed0a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ compiler:
env:
global:
- APT_DEPENDENCIES="doxygen doxygen-latex libltdl-dev libboost-all-dev liblog4cxx10-dev coinor-libipopt-dev libblas-dev liblapack-dev libmumps-seq-dev gfortran libqhull-dev"
- GIT_DEPENDENCIES="roboptim/roboptim-core:3.0 roboptim/roboptim-core-plugin-ipopt:3.0"
- GIT_DEPENDENCIES="roboptim/roboptim-core roboptim/roboptim-core-plugin-ipopt"
- DEBSIGN_KEYID=5AE5CD75
- PPA_URI="roboptim/ppa"
- NSIQCPPSTYLE_FILEFILTERPATH=cmake/filefilter.txt
Expand All @@ -23,7 +23,6 @@ notifications:
branches:
only:
- master
- "3.0"
- debian
- travis
before_install:
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ SETUP_PROJECT()
SEARCH_FOR_BOOST()
SEARCH_FOR_QHULL()
ADD_REQUIRED_DEPENDENCY("eigen3 >= 3.2.0")
ADD_REQUIRED_DEPENDENCY("roboptim-core")
ADD_REQUIRED_DEPENDENCY("roboptim-core-plugin-ipopt")
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.0")
ADD_REQUIRED_DEPENDENCY("roboptim-core-plugin-ipopt >= 3.0")

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

0 comments on commit abed0a1

Please sign in to comment.