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 35d730c commit 8e3d667
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ IF (NOT LTDL_H_FOUND)
ENDIF()
#FIXME: check that libltdl.so is available.

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

HEADER_INSTALL("${HEADERS}")
Expand Down
5 changes: 1 addition & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
# You should have received a copy of the GNU Lesser General Public License
# along with roboptim-core. If not, see <http://www.gnu.org/licenses/>.

# Define the directory where plug-ins will be installed.
SET(PLUGINDIR lib/${PROJECT_NAME})

# Main library.
ADD_LIBRARY(roboptim-trajectory SHARED
${HEADERS}
Expand All @@ -28,5 +25,5 @@ ADD_LIBRARY(roboptim-trajectory SHARED
cubic-b-spline.cc
)
PKG_CONFIG_USE_DEPENDENCY(roboptim-trajectory roboptim-core)
SET_TARGET_PROPERTIES(roboptim-trajectory PROPERTIES SOVERSION 3.0.0)
SET_TARGET_PROPERTIES(roboptim-trajectory PROPERTIES SOVERSION 3.1.0)
INSTALL(TARGETS roboptim-trajectory DESTINATION ${CMAKE_INSTALL_LIBDIR})
1 change: 1 addition & 0 deletions tests/b-spline-matplotlib.stdout
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python
# Generated by roboptim-core
import matplotlib
import matplotlib.pyplot as plt
import numpy as np

Expand Down
1 change: 1 addition & 0 deletions tests/cubic-b-spline-matplotlib.stdout
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python
# Generated by roboptim-core
import matplotlib
import matplotlib.pyplot as plt
import numpy as np

Expand Down

0 comments on commit 8e3d667

Please sign in to comment.