Issue with AzQtComponentsForPython Gem #809
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-sig
Indicates an issue or PR lacks a `sig/foo` label and requires one.
sig/core
Categorizes an issue or PR as relevant to SIG Core
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
I'm attempting to build the O3DE engine with o3de-extra in a Docker container.
During the engine configuration process (
cmake .-B ..
), I see this error related to the Gem AzQtComponentsForPython:Something related to the missing cmake command
add_shiboken_project
required by AzQtComponentsForPython. If I remove this gem, I can complete the creation of the engine build files.How do I solve this issue?
The text was updated successfully, but these errors were encountered: