aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cmake.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-04-09 10:06:44 -0700
committerAdam Vandenberg2010-04-09 10:06:44 -0700
commit7ebf57bce88f8228d4258cbd84bb0634951c51c6 (patch)
tree6d55dcb8160a7e6ae4b43dbe7ac1fcd192f340f3 /Library/Formula/cmake.rb
parentbe64b68142fc7f247ecc140e26ed03166d939a3e (diff)
downloadhomebrew-7ebf57bce88f8228d4258cbd84bb0634951c51c6.tar.bz2
Cmake - make and install in separate steps for Mac Pro builds.
Diffstat (limited to 'Library/Formula/cmake.rb')
-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