aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cmake.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb
index e55774e82..8cd08d4bd 100644
--- a/Library/Formula/cmake.rb
+++ b/Library/Formula/cmake.rb
@@ -18,6 +18,7 @@ class Cmake <Formula
"--datadir=/share/cmake",
"--docdir=/share/doc/cmake",
"--mandir=/share/man"
+ system "make" # Separate steps, or compile fails on Mac Pro
system "make install"
end
end