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:
parent
2b86207160
commit
4335e0f5ff
@ -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|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user