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 coinor-libipopt-dev libcminpack-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 - LCOV_IGNORE_RULES="*tests*"
@@ -30,7 +30,6 @@ after_failure: ./.travis/run after_failure
3030branches :
3131 only :
3232 - master
33- - " 3.0"
3433 - debian
3534matrix :
3635 allow_failures :
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ SET(BOOST_COMPONENTS date_time filesystem system unit_test_framework)
4646SEARCH_FOR_BOOST ()
4747
4848ADD_REQUIRED_DEPENDENCY ("cminpack >= 1.0" )
49- ADD_REQUIRED_DEPENDENCY ("roboptim-core >= 2 .0" )
49+ ADD_REQUIRED_DEPENDENCY ("roboptim-core >= 3 .0" )
5050
5151# Add dependency toward pg-slider library in pkg-config file.
5252PKG_CONFIG_APPEND_LIBS ("roboptim-core-plugin-cminpack" )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ ADD_LIBRARY(${PLUGIN_NAME}
2828 )
2929SET_TARGET_PROPERTIES (${PLUGIN_NAME} PROPERTIES
3030 PREFIX ""
31- SOVERSION 1.1 .0 )
31+ SOVERSION 3.0 .0 )
3232
3333PKG_CONFIG_USE_DEPENDENCY (${PLUGIN_NAME} roboptim-core )
3434PKG_CONFIG_USE_DEPENDENCY (${PLUGIN_NAME} cminpack )
You can’t perform that action at this time.
0 commit comments