Add extra comments

Signed-off-by: John <jonawals@amazon.com>
This commit is contained in:
John
2021-06-22 15:45:32 +01:00
parent 478ffeeac6
commit 1cf1301a07
3 changed files with 20 additions and 19 deletions
@@ -54,9 +54,6 @@ if(PAL_TRAIT_PYTHONCOVERAGE_SUPPORTED)
Gem::PythonCoverage.Editor.Static
)
# By default, we will specify that the above target PythonCoverage would be used by
# Tool and Builder type targets when this gem is enabled. If you don't want it
# active in Tools or Builders by default, delete one of both of the following lines:
ly_create_alias(NAME PythonCoverage.Tools NAMESPACE Gem TARGETS Gem::PythonCoverage.Editor)
ly_create_alias(NAME PythonCoverage.Builders NAMESPACE Gem TARGETS Gem::PythonCoverage.Editor)
endif()