Disable multi-threaded archiving

This commit is contained in:
Marcus Holland-Moritz 2023-07-10 14:30:24 +02:00
parent d6034e79e1
commit 9303d0affa

View File

@ -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()