o3de / ROSConDemo

A robotic fruit picking demo project for O3DE with ROS 2 Gem
Other
63 stars 21 forks source link

Upgrade engine finder to support engine versions #237

Closed AMZN-alexpete closed 9 months ago

AMZN-alexpete commented 1 year ago

O3DE has been updated to support engine compatibility and version checks, but older projects must update their cmake scripts to take advantage of this new functionality.

In case users run into unexpected issues with configuring or compiling, they can user the older EngineFinder.cmake by creating a Project/user/project.json file with this in it:

{
    "engine_finder_cmake_path":"cmake/EngineFinder_O3DE_2210.cmake"
}

Note, I have only tested configuring with this update on Windows, ROS2 gem is not currently supported on windows