-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Critical bug in using ycm_ep_helper with a non-bootstrapped (i.e. found via find_package) YCM #469
Comments
The error went unnoticed as most users of the superbuild (i.e. the robotology-superbuild) use YCM via bootstrap/FetchContent. |
As a first step in handling the issue, in #468 I added a test in the CI that tries to run the configuration of the robotology-superbuild as part of the CI, so that a problem like that can be detected as early as possible. |
The regression is probably in #457, so it affects YCM versions from 0.16.7 to 0.18.0 only when used with CMake >= 3.22 . |
A fix and test to prevent similar failures to happen in the future are provided in #468 . |
Fixed in #468 and released in YCM 0.18.1 . |
@MSECode in icub-tech-iit/docker-deployment-images#35 (comment) found a critical bug. If one consumes ycm via find_package and then calls
ycm_ep_helper
, an error occurs.it fails with:
The text was updated successfully, but these errors were encountered: