Merge pull request #18307 from Homebrew/cmake-log-files

This commit is contained in:
Carlo Cabrera 2024-09-11 22:28:55 +08:00 committed by GitHub
commit 9c8068793b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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|