Skip to content

Commit

Permalink
Merge pull request #1213 from robotology/fixswig430
Browse files Browse the repository at this point in the history
Fix compilation with SWIG 4.3.0
  • Loading branch information
traversaro authored Oct 28, 2024
2 parents d6de545 + c7c69ea commit 4e57d2a
Show file tree
Hide file tree
Showing 5 changed files with 9,353 additions and 9,367 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

cmake_minimum_required(VERSION 3.16)

project(iDynTree VERSION 13.1.0
project(iDynTree VERSION 13.1.1
LANGUAGES C CXX)

# Disable in source build, unless Eclipse is used
Expand Down
2 changes: 2 additions & 0 deletions bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ target_link_libraries(${target_name} PUBLIC Python3::NumPy)
set_target_properties(${target_name} PROPERTIES
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/idyntree)

# numpy.i is copied from
# https://raw.githubusercontent.com/numpy/numpy/65d5b867cd1045bbc007cce8780e088142770b88/tools/swig/numpy.i
set_property(
TARGET ${target_name}
PROPERTY SWIG_DEPENDS python.i numpy.i)
Expand Down
Loading

0 comments on commit 4e57d2a

Please sign in to comment.