From 5c354868ec485bacfe1606490f074c6580b3595a Mon Sep 17 00:00:00 2001 From: scottr Date: Thu, 22 Apr 2021 13:56:39 -0700 Subject: [PATCH] [cpack_installer] moved inclusion of CPack.cmake to be for engine local builds only --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ee63b27902..3ddf32cb08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -125,7 +125,7 @@ ly_test_impact_post_step() # 6. Generate the O3DE find file and setup install locations for scripts, tools, assets etc., required by the engine if(NOT INSTALLED_ENGINE) ly_setup_o3de_install() -endif() -# IMPORTANT: must be included last -include(cmake/CPack.cmake) + # IMPORTANT: must be included last + include(cmake/CPack.cmake) +endif()