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 e322800 commit 40094ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SETUP_PROJECT()
# Search for dependencies.
SET(BOOST_COMPONENTS filesystem system thread date_time)
SEARCH_FOR_BOOST()
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.0")
ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.1")

# Python 2 and 3 are supported
FINDPYTHON()
Expand Down
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ SET(LOCAL_MODULE_DIR "${PROJECT_BINARY_DIR}/src")
ADD_LIBRARY(wrap MODULE wrap.cc)
PKG_CONFIG_USE_DEPENDENCY(wrap roboptim-core)
SET_TARGET_PROPERTIES(wrap PROPERTIES
LIBRARY_OUTPUT_DIRECTORY ${LOCAL_MODULE_DIR}/roboptim/core)
LIBRARY_OUTPUT_DIRECTORY ${LOCAL_MODULE_DIR}/roboptim/core
SOVERSION 3 VERSION 3.1.0)

# Link against Boost.
TARGET_LINK_LIBRARIES(wrap ${Boost_LIBRARIES})
Expand Down

0 comments on commit 40094ae

Please sign in to comment.