mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Merge branch 'simpler-cmake' of github.com:ClickHouse/ClickHouse into simpler-cmake
This commit is contained in:
commit
7b9b790667
@ -38,7 +38,7 @@ rm -f CMakeCache.txt
|
||||
# To check it, find and delete them.
|
||||
|
||||
grep -o -P '"contrib/[^"]+"' ../.gitmodules |
|
||||
grep -v -P 'llvm-project|google-protobuf|grpc|corrosion' |
|
||||
grep -v -P 'llvm-project|google-protobuf|grpc|abseil-cpp|corrosion' |
|
||||
xargs -I@ find ../@ -'(' -name 'CMakeLists.txt' -or -name '*.cmake' -')' -and -not -name '*.h.cmake' |
|
||||
xargs rm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user