From 4eed0f59c095d6d49e0915b2614263d28add2887 Mon Sep 17 00:00:00 2001 From: PaperChalice Date: Thu, 12 Dec 2024 21:52:50 +0800 Subject: [PATCH] fix --- Formula/cmake.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/cmake.rb b/Formula/cmake.rb index b5148e1d..648a9f7b 100644 --- a/Formula/cmake.rb +++ b/Formula/cmake.rb @@ -87,7 +87,7 @@ def install FindUnixCommands FindVTK FindwxWindows - ].each { |m| rm pkgshare/"Modules/#{m}.cmake" } + ].each { |m| rm pkgshare/"Modules/#{m}.cmake" } libexec.install prefix/"CMake.app" %w[bin share].each do |p|