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 8, 2016
1 parent 1393c9c commit 75068fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SET(BOOST_COMPONENTS date_time filesystem system unit_test_framework)
SEARCH_FOR_BOOST()

ADD_REQUIRED_DEPENDENCY("eigen3 >= 3.2.0")
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.1")
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.2")
ADD_REQUIRED_DEPENDENCY("nlopt")

MESSAGE(STATUS "ROBOPTIM_CORE_PLUGINDIR: " ${ROBOPTIM_CORE_PLUGINDIR})
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ MACRO(NLOPT_PLUGIN NAME)
PKG_CONFIG_USE_DEPENDENCY(roboptim-core-plugin-${NAME} nlopt)
SET_TARGET_PROPERTIES(roboptim-core-plugin-${NAME} PROPERTIES
PREFIX ""
SOVERSION 3.1.0)
SOVERSION 3.2.0)
INSTALL(TARGETS roboptim-core-plugin-${NAME}
DESTINATION ${PLUGINDIR})
ENDMACRO()
Expand Down

0 comments on commit 75068fe

Please sign in to comment.