Skip to content

CMake error fix#19

Open
LeoGori wants to merge 1 commit intohsp-iit:mainfrom
LeoGori:main
Open

CMake error fix#19
LeoGori wants to merge 1 commit intohsp-iit:mainfrom
LeoGori:main

Conversation

@LeoGori
Copy link

@LeoGori LeoGori commented Oct 15, 2025

This update addresses build errors caused by an outdated version of CMake. Changes include:

  • Added the official Kitware APT repository to ensure installation of the latest stable CMake version.
  • Updated the robotology-superbuild checkout versions to compatible tags (v2023.05.2 for dependencies and v2025.05.0 for main build).
  • Added installation of pybind11-dev to support C++/Python bindings required by some modules.

git clone https://github.com/robotology/robotology-superbuild && \
cd robotology-superbuild && \
git checkout v2025.02.0 && \
git checkout v2023.05.2 && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we downgrade the superbuild version for the dependencies?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants