diff options
| author | Jack Nagel | 2012-05-22 16:37:04 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-05-22 22:22:00 -0500 |
| commit | 071c3eb3f4103ab292df0b28d2372717976c4da8 (patch) | |
| tree | 82ed4a64962f25a1beef536bee6e755cd4067f2e /Library/Formula/shiboken.rb | |
| parent | c0bbf60eaff5d80995f3c69c0d4ca022c2acf6f6 (diff) | |
| download | homebrew-071c3eb3f4103ab292df0b28d2372717976c4da8.tar.bz2 | |
Use new std_cmake_args method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/shiboken.rb')
| -rw-r--r-- | Library/Formula/shiboken.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/shiboken.rb b/Library/Formula/shiboken.rb index d23473522..5a3f0050d 100644 --- a/Library/Formula/shiboken.rb +++ b/Library/Formula/shiboken.rb @@ -11,7 +11,7 @@ class Shiboken < Formula def install # Building the tests also runs them. Not building and running tests cuts # install time in half. - system "cmake #{std_cmake_parameters} -DBUILD_TESTS=OFF ." + system "cmake", ".", "-DBUILD_TESTS=OFF", *std_cmake_args system "make install" end end |
