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()