all: remove currently unused submodules

This commit is contained in:
Markus F.X.J. Oberhumer
2023-01-19 03:32:49 +01:00
parent 8efcf6f099
commit 2632342f44
7 changed files with 7 additions and 25 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ build/extra/cross-windows-mingw64/%: UPX_CMAKE_CONFIG_FLAGS += -DUPX_CONFIG_DISA
# check git submodules
#***********************************************************************
SUBMODULES = boost-pfr doctest lzma-sdk rangeless ucl valgrind zlib zstd
SUBMODULES = doctest lzma-sdk ucl valgrind zlib
dummy := $(foreach m,$(SUBMODULES),$(if $(wildcard vendor/$m/[CL]*),$m,\
$(error ERROR: missing git submodule $m; run 'git submodule update --init')))