Simplified the o3de package gem enable/disable logic
The add_gem_project and remove_gem project scripts, now just enables on a gem name basis instead of a CMake target basis Updated the ProjectManager code and scripts to account for the add_gem_project and rmeove_gem_project script changes.
This commit is contained in:
@@ -591,7 +591,6 @@ namespace O3DE::ProjectManager
|
||||
m_addGemProject.attr("add_gem_to_project")(
|
||||
pybind11::none(), // gem_name
|
||||
pyGemPath,
|
||||
pybind11::none(), // gem_target
|
||||
pybind11::none(), // project_name
|
||||
pyProjectPath
|
||||
);
|
||||
@@ -609,7 +608,6 @@ namespace O3DE::ProjectManager
|
||||
m_removeGemProject.attr("remove_gem_from_project")(
|
||||
pybind11::none(), // gem_name
|
||||
pyGemPath,
|
||||
pybind11::none(), // gem_target
|
||||
pybind11::none(), // project_name
|
||||
pyProjectPath
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user