Skip to content

Commit

Permalink
Fixes Gem and Project to work with latest version of O3DE
Browse files Browse the repository at this point in the history
Fixes the Gem's cmakefile and the Project's project.json make it work and build with the latest version of O3DE

Signed-off-by: Omar Zohdi <[email protected]>
  • Loading branch information
omarzohdi committed Feb 13, 2023
1 parent 68a08f9 commit 1381f9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gems/buongiorno/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# which is generated when cmake is run
# This path is the gem root directory
if(PAL_TRAIT_BUILD_HOST_TOOLS)
ly_create_alias(NAME buongiorno.Builders NAMESPACE Gem)
ly_create_alias(NAME BuonGIorno.Builders NAMESPACE Gem)
endif()
4 changes: 2 additions & 2 deletions Project/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"project_name": "BuonGIornoSample",
"project_name": "Buongiorno",
"project_id": "{9579ef7f-9689-49af-ba1c-846bab6db72c}",
"origin": "https://github.com/powervr-graphics/buongiorno-sample",
"license": "MIT, https://opensource.org/licenses/MIT",
Expand All @@ -9,7 +9,7 @@
"Project"
],
"user_tags": [
"BuonGIorno",
"Buongiorno",
"Sample",
"Getting Started"
],
Expand Down

0 comments on commit 1381f9c

Please sign in to comment.