File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
bindings/python/RobotInterface Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ All notable changes to this project are documented in this file.
3131
3232### Fixed
3333- Fix timestamp logging for the cameras (https://github.com/ami-iit/bipedal-locomotion-framework/pull/748 )
34+ - Fix missing include(FetchContent) in Python bindings CMake code (https://github.com/ami-iit/bipedal-locomotion-framework/pull/757 )
3435
3536## [ 0.15.0] - 2023-09-05
3637### Added
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ if(TARGET BipedalLocomotion::RobotInterface
2727 # https://github.com/pybind/pybind11/commit/74a767d42921001fc4569ecee3b8726383c42ad4
2828 # https://github.com/pybind/pybind11/pull/2864
2929 if (${pybind11_VERSION} VERSION_GREATER_EQUAL "2.7.0" )
30+ include (FetchContent )
3031 FetchContent_Declare (
3132 cvnp
3233 GIT_REPOSITORY https://github.com/pthom/cvnp
You can’t perform that action at this time.
0 commit comments