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:
@@ -10,7 +10,7 @@
|
||||
# {END_LICENSE}
|
||||
|
||||
set(ENABLED_GEMS
|
||||
Project::${Name}
|
||||
${Name}
|
||||
Atom_AtomBridge
|
||||
Camera
|
||||
CameraFramework
|
||||
|
||||
Reference in New Issue
Block a user