Ensure no new dependencies

This commit is contained in:
Alexey Milovidov 2023-11-17 09:12:49 +01:00
parent f73b3e10ac
commit c7d8465897

View File

@ -39,7 +39,7 @@ rm -f CMakeCache.txt
grep -o -P '"contrib/[^"]+"' ../.gitmodules |
grep -v -P 'llvm-project|abseil-cpp|qpl|grpc|corrosion' |
xargs -I@ find @ -'(' -name 'CMakeLists.txt' -or -name '*.cmake' -')' -and -not -name '*.h.cmake' |
xargs -I@ find ../@ -'(' -name 'CMakeLists.txt' -or -name '*.cmake' -')' -and -not -name '*.h.cmake' |
xargs rm