aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/teem.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/teem.rb')
-rw-r--r--Library/Formula/teem.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/teem.rb b/Library/Formula/teem.rb
index 92e40febd..9c3dec93f 100644
--- a/Library/Formula/teem.rb
+++ b/Library/Formula/teem.rb
@@ -24,7 +24,7 @@ class Teem < Formula
end
def install
- cmake_args = std_cmake_parameters.split
+ cmake_args = std_cmake_args
cmake_args << "-DBUILD_SHARED_LIBS:BOOL=ON"
if ARGV.include? '--experimental-apps'