SWDEV-379129 - windows hip catch packaging name fix (#144)

remove the win32 from zip file name

Change-Id: I6f3aad10b137a325240a3605984c58d9e144c9a9

[ROCm/hip-tests commit: f0aba3305f]
This commit is contained in:
ROCm CI Service Account
2023-01-30 14:43:15 +05:30
committed by GitHub
orang tua 1e9ed092e2
melakukan d052b58ad3
@@ -108,9 +108,9 @@ set(CPACK_RPM_PACKAGE_LICENSE "MIT")
else()
# windows packaging
set(CPACK_SYSTEM_NAME "")
set(CPACK_INSTALL_PREFIX "")
set(CPACK_GENERATOR "ZIP" CACHE STRING "Windows package types for catch tests")
set(CPACK_TGZ_FILE_NAME "ZIP-DEFAULT")
set(CPACK_TEST_ZIP "ON")
set(CPACK_ZIP_TEST_PACKAGE_NAME "catch")
endif()