Cmake - make and install in separate steps for Mac Pro builds.

This commit is contained in:
Adam Vandenberg 2010-04-09 10:06:44 -07:00
parent 8d2ab9239c
commit aaae1dfa2c

View file

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