File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ compiler:
55env :
66 global :
77 - APT_DEPENDENCIES="doxygen doxygen-latex libltdl-dev libboost-all-dev liblog4cxx10-dev libeigen3-dev"
8- - GIT_DEPENDENCIES="roboptim/roboptim-core:3.0 "
8+ - GIT_DEPENDENCIES="roboptim/roboptim-core"
99 - DEBSIGN_KEYID=5AE5CD75
1010 - PPA_URI="roboptim/ppa"
1111 - NSIQCPPSTYLE_FILEFILTERPATH=cmake/filefilter.txt
@@ -32,7 +32,6 @@ after_success: ./.travis/run after_success
3232branches :
3333 only :
3434 - master
35- - " 3.0"
3635 - debian
3736matrix :
3837 allow_failures :
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ SET(BOOST_COMPONENTS
4343SEARCH_FOR_BOOST ()
4444
4545# Search for Ipopt.
46- ADD_REQUIRED_DEPENDENCY ("roboptim-core >= 0.5 " )
46+ ADD_REQUIRED_DEPENDENCY ("roboptim-core >= 3.0 " )
4747MESSAGE (STATUS "ROBOPTIM_CORE_PLUGINDIR: " ${ROBOPTIM_CORE_PLUGINDIR} )
4848
4949# Look for NAG.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ MACRO(NAG_PLUGIN NAME)
2020
2121 SET_TARGET_PROPERTIES (roboptim-core-plugin-${NAME} PROPERTIES
2222 PREFIX ""
23- SOVERSION 1.1 .0
23+ SOVERSION 3.0 .0
2424 INSTALL_RPATH "${NAG_DIR} /lib"
2525 )
2626
You can’t perform that action at this time.
0 commit comments