cmake-4.0.0-rc1.tar.gz tarball broken (missing .clang-tidy files)
cmake-4.0.0-rc1.tar.gz
appears to be missing two .clang-tidy
files:
.clang-tidy
Utilities/.clang-tidy
Without these, cmake -B build
w/ the tarball extracted fails:
CMake Error: File /tmp/test/cmake-4.0.0-rc1/.clang-tidy does not exist.
CMake Error at CMakeLists.txt:329 (configure_file):
configure_file Problem configuring file
[...]
CMake Error: File /tmp/test/cmake-4.0.0-rc1/Utilities/.clang-tidy does not exist.
CMake Error at Utilities/CMakeLists.txt:21 (configure_file):
configure_file Problem configuring file
[...]
-- Configuring incomplete, errors occurred!
Edited by Sam James