You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have update CMake in a clean docker image from the kitware's PPA:
matlab@4d251a1ccceb:~$ dpkg -l | grep cmake
ii cmake 3.23.2-0kitware1ubuntu20.04.1 amd64 cross-platform, open-source make system
ii cmake-curses-gui 3.23.2-0kitware1ubuntu20.04.1 amd64 curses based user interface for CMake (ccmake)
ii cmake-data 3.23.2-0kitware1ubuntu20.04.1 all CMake data files (modules, templates and documentation)
The superbuild fails to configure with the following error:
It's probably not directly related to the superbuild, but it's worth having this ticket here in case this problem occurs on other systems and people try to find for existing issues.
The text was updated successfully, but these errors were encountered:
For reference, this is a duplicate of #1074 and it was solved by robotology/ycm-cmake-modules#393 . If you are using a custom project tags, I think it probably make sense to at least bump the YCM version to 0.13.1 to avoid this problem.
Thanks for the references @traversaro! I didn't search extensively enough to find the previous issue. For reasons, I'm using an old tag of the superbuild from summer 2021, and maybe it bootstraps an older version of YCM.
I have update CMake in a clean docker image from the kitware's PPA:
The superbuild fails to configure with the following error:
I didn't investigate the origin of the problem, but I noticed the following:
So the file exists, but it's in another directory. A temporary workaround is the next command:
It's probably not directly related to the superbuild, but it's worth having this ticket here in case this problem occurs on other systems and people try to find for existing issues.
The text was updated successfully, but these errors were encountered: