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[
|
%w[
|
||||||
config.log
|
config.log
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
CMakeOutput.log
|
CMakeConfigureLog.yaml
|
||||||
CMakeError.log
|
|
||||||
meson-log.txt
|
meson-log.txt
|
||||||
].each do |logfile|
|
].each do |logfile|
|
||||||
Dir["**/#{logfile}"].each do |logpath|
|
Dir["**/#{logfile}"].each do |logpath|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user