From 11b2141a37431a82944fa13c929d9d759a3a9d9f Mon Sep 17 00:00:00 2001 From: scottr Date: Wed, 21 Apr 2021 16:36:22 -0700 Subject: [PATCH] [cpack_installer] added missing trailing newline to select modified files --- CMakeLists.txt | 2 +- cmake/CPack.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a164451466..ee63b27902 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -128,4 +128,4 @@ if(NOT INSTALLED_ENGINE) endif() # IMPORTANT: must be included last -include(cmake/CPack.cmake) \ No newline at end of file +include(cmake/CPack.cmake) diff --git a/cmake/CPack.cmake b/cmake/CPack.cmake index a593382367..1145bb1987 100644 --- a/cmake/CPack.cmake +++ b/cmake/CPack.cmake @@ -94,4 +94,4 @@ ly_configure_cpack_component( ${LY_DEFAULT_INSTALL_COMPONENT} REQUIRED DISPLAY_NAME "O3DE Core" DESCRIPTION "O3DE Headers and Libraries" -) \ No newline at end of file +)