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
In a way that the version stated in the root CMakeFile: e.g: project(maliput LANGUAGES C CXX VERSION 3.0.0) won't be
used and will be replaced by the one obtained from package XML.
Proposal
With this context the simplest solution here would be to remove the VERSION field in the project command in all the packages:
e.g: project(maliput LANGUAGES C CXX VERSION 3.0.0) --> project(maliput LANGUAGES C CXX)
Summary
What the title says. Root CMakeLists file across all the repository doesn't match with the version stated in the package xml
The text was updated successfully, but these errors were encountered: