diff options
Diffstat (limited to 'Library/Formula/simgrid.rb')
| -rw-r--r-- | Library/Formula/simgrid.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/simgrid.rb b/Library/Formula/simgrid.rb index e133bf7c0..5bef19fe0 100644 --- a/Library/Formula/simgrid.rb +++ b/Library/Formula/simgrid.rb @@ -14,7 +14,10 @@ class Simgrid < Formula end def install - system "cmake -Denable_debug=on -Denable_compile_optimizations=off #{std_cmake_parameters} ." + system "cmake", ".", + "-Denable_debug=on", + "-Denable_compile_optimizations=off", + *std_cmake_args system "make install" end end |
