formula: update CMake log files

New versions of CMake no longer generate the log files that we look for.
Instead, they generate `CMakeConfigureLog.yaml`, so let's keep that
instead.
This commit is contained in:
Carlo Cabrera 2024-09-11 14:57:16 +08:00
parent 2b86207160
commit 4335e0f5ff
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -1594,8 +1594,7 @@ class Formula
%w[
config.log
CMakeCache.txt
CMakeOutput.log
CMakeError.log
CMakeConfigureLog.yaml
meson-log.txt
].each do |logfile|
Dir["**/#{logfile}"].each do |logpath|