CI updates. Closes #862.

This commit is contained in:
Markus F.X.J. Oberhumer
2025-01-21 21:16:01 +01:00
parent 2edf91d315
commit ef8a24ba53
5 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -261,9 +261,9 @@ endif()
#***********************************************************************
# internal settings; these may change in a future versions
set(UPX_CONFIG_DISABLE_THREADS ON) # multithreading is currently not used; maybe in UPX version 5
set(UPX_CONFIG_DISABLE_THREADS ON) # multithreading is currently not used; maybe in UPX version 6
set(UPX_CONFIG_DISABLE_BZIP2 ON) # bzip2 is currently not used; we might need it to decompress linux kernels
set(UPX_CONFIG_DISABLE_ZSTD ON) # zstd is currently not used; maybe in UPX version 5
set(UPX_CONFIG_DISABLE_ZSTD ON) # zstd is currently not used; maybe in UPX version 6
upx_cmake_include_hook(4_targets)