From 9303d0affaa1da4a8fa9f679f93fc7560423f2d0 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Mon, 10 Jul 2023 14:30:24 +0200 Subject: [PATCH] Disable multi-threaded archiving --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe4c00e8..255d7e67 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1173,7 +1173,6 @@ if(NOT "${PRJ_VERSION_FULL}" STREQUAL "") ) set(CPACK_VERBATIM_VARIABLES YES) set(CPACK_STRIP_FILES YES) - set(CPACK_ARCHIVE_THREADS 0) include(CPack) endif()