Renaming CPack.cmake to Packaging.cmake to avoid infinite recursion (Packaging.cmake includes CPack.cmake) (#533)

This commit is contained in:
Esteban Papp
2021-05-03 18:55:42 -07:00
committed by GitHub
parent bcbe1bfef7
commit edf8ab4822
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -127,5 +127,5 @@ if(NOT INSTALLED_ENGINE)
ly_setup_o3de_install()
# IMPORTANT: must be included last
include(cmake/CPack.cmake)
include(cmake/Packaging.cmake)
endif()
+1 -1
View File
@@ -14,7 +14,6 @@ set(FILES
3rdPartyPackages.cmake
CommandExecution.cmake
Configurations.cmake
CPack.cmake
Dependencies.cmake
Deployment.cmake
EngineFinder.cmake
@@ -27,6 +26,7 @@ set(FILES
LYPython.cmake
LYWrappers.cmake
Monolithic.cmake
Packaging.cmake
PAL.cmake
PALTools.cmake
Projects.cmake