summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshfil <filip.gawin@zoho.com>2021-01-28 23:19:12 +0100
committerGitHub <noreply@github.com>2021-01-28 23:19:12 +0100
commit1a7810efe1e7a400271c9259099cbbd8f480659d (patch)
treef76bc90858e5f70dd6b9dcbd59644293bc3d811f
parentUpdate README.md (diff)
downloadre3-1a7810efe1e7a400271c9259099cbbd8f480659d.tar
re3-1a7810efe1e7a400271c9259099cbbd8f480659d.tar.gz
re3-1a7810efe1e7a400271c9259099cbbd8f480659d.tar.bz2
re3-1a7810efe1e7a400271c9259099cbbd8f480659d.tar.lz
re3-1a7810efe1e7a400271c9259099cbbd8f480659d.tar.xz
re3-1a7810efe1e7a400271c9259099cbbd8f480659d.tar.zst
re3-1a7810efe1e7a400271c9259099cbbd8f480659d.zip
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ae6395c8..8d753d80 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -77,6 +77,6 @@ if(${PROJECT}_INSTALL)
set(CPACK_PACKAGE_INSTALL_DIRECTORY "${CPACK_PACKAGE_NAME}")
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}")
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}")
- set(CPACK_GENERATOR "TXZ")
+ set(CPACK_GENERATOR "ZIP")
include(CPack)
endif()