Skip to content

Commit 3154360

Browse files
committed
Add zip packaging
1 parent d2c6fc3 commit 3154360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amd/hipcc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if(NOT WIN32)
5050
target_link_libraries(${HIPCONFIG_BIN} ${ADDITIONAL_SHARED_LIBRARIES_TO_LINK})
5151
endif()
5252

53-
set(CPACK_GENERATOR "DEB;RPM" CACHE STRING "Default packaging generators")
53+
set(CPACK_GENERATOR "DEB;RPM;ZIP" CACHE STRING "Default packaging generators")
5454
set(CPACK_PACKAGE_CONTACT "ROCm Compiler Support <[email protected]>")
5555
set(CPACK_PACKAGE_DESCRIPTION "HIP Compiler Driver")
5656
set(CPACK_PACKAGE_NAME "${PROJECT_NAME}")

0 commit comments

Comments
 (0)