Skip to content
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

Fixes following o3de #18405 #799

Merged
merged 2 commits into from
Nov 26, 2024

Conversation

jhanca-robotecai
Copy link
Contributor

What does this PR do?

PR o3de/o3de#18405 changed target names in O3DE Gems, which caused build failures in o3de-extras. This is fixed in this PR.

Additionally:

  • ROS 2 Gem version was changed to newer than the last release (new features were added, non-breaking change, hence minor)
  • ROS 2 Gem was set to require development version of o3de (it will not build otherwise)
  • Ros2ProjectTemplate version was changed to reflect changes in the cmake

How was this PR tested?

A sample project was built with o3de from development branch, 0efe207e34

@@ -125,7 +125,7 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS)
BUILD_DEPENDENCIES
PUBLIC
${gem_name}.Editor.Static
Gem::Atom_Feature_Common.Static
Gem::Atom_Feature_Common.Public
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we remove this dependency, I don't think its needed explicitly here

Signed-off-by: Jan Hanca <[email protected]>
@jhanca-robotecai jhanca-robotecai merged commit 2674415 into o3de:development Nov 26, 2024
2 checks passed
@jhanca-robotecai jhanca-robotecai deleted the jh/fix_build branch November 26, 2024 10:33
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