You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
First the Cache directory itself was being added to the archive. It has
been updated to query the assets from the asset type folder i.e
Cache/<asset-type>
Second execute_process is being used to invoke CMake `tar` command to
create the zip archive since the CMake `file(ARCHIVE_CREATE)` adds the
files to the archive relative to the current working directory which is
${CMAKE_BINARY_DIR} when invoking the install script.
This was causing the archive to store files with a path of "../../Cache/pc"
Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
|
4 years ago | |
|---|---|---|
| .. | ||
| Configurations_linux.cmake | 4 years ago | |
| Install_linux.cmake | 4 years ago | |
| LYTestWrappers_linux.cmake | 4 years ago | |
| LYWrappers_linux.cmake | 4 years ago | |
| PALDetection_linux.cmake | 4 years ago | |
| PAL_linux.cmake | 4 years ago | |
| RPathChange.cmake | 4 years ago | |
| RuntimeDependencies_linux.cmake | 4 years ago | |
| platform_linux_files.cmake | 4 years ago | |
| runtime_dependencies_linux.cmake.in | 4 years ago | |