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.
main
Eric Phister 5 years ago committed by GitHub
parent dce87534c7
commit 1b8810b963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@
# {END_LICENSE}
set(ENABLED_GEMS
Project::${Name}
${Name}
Atom_AtomBridge
Camera
CameraFramework

Loading…
Cancel
Save