Remove Project namespace from project template (#1124)

In the enabled_gems.cmake file, can remove the Project:: namespace on
the project module because it's treated the same as a Gem module now.
This commit is contained in:
Eric Phister
2021-06-03 14:52:21 -05:00
committed by GitHub
parent dce87534c7
commit 1b8810b963
@@ -10,7 +10,7 @@
# {END_LICENSE}
set(ENABLED_GEMS
Project::${Name}
${Name}
Atom_AtomBridge
Camera
CameraFramework