File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ SETUP_PROJECT()
3535# Search for dependencies.
3636SET (BOOST_COMPONENTS filesystem system thread date_time)
3737SEARCH_FOR_BOOST()
38- ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.0 " )
38+ ADD_REQUIRED_DEPENDENCY("roboptim-core >= 3.1 " )
3939
4040# Python 2 and 3 are supported
4141FINDPYTHON()
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ SET(LOCAL_MODULE_DIR "${PROJECT_BINARY_DIR}/src")
77ADD_LIBRARY (wrap MODULE wrap.cc)
88PKG_CONFIG_USE_DEPENDENCY(wrap roboptim-core)
99SET_TARGET_PROPERTIES (wrap PROPERTIES
10- LIBRARY_OUTPUT_DIRECTORY ${LOCAL_MODULE_DIR} /roboptim/core)
10+ LIBRARY_OUTPUT_DIRECTORY ${LOCAL_MODULE_DIR} /roboptim/core
11+ SOVERSION 3 VERSION 3.1.0)
1112
1213# Link against Boost.
1314TARGET_LINK_LIBRARIES (wrap ${Boost_LIBRARIES} )
You can’t perform that action at this time.
0 commit comments