Skip to content

Commit 735ac75

Browse files
authored
Add missing include(FetchContent) in bindings/python/RobotInterface/CMakeLists.txt (#757)
1 parent 96da620 commit 735ac75

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

bindings/python/RobotInterface/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)