Skip to content
Snippets Groups Projects
Commit af457fb2 authored by Misty De Meo's avatar Misty De Meo Committed by Charlie Sharpsteen
Browse files

Correct cmake syntax in formula template


Closes Homebrew/homebrew#8879.

Signed-off-by: default avatarCharlie Sharpsteen <source@sharpsteen.net>
parent 3b8c9804
No related branches found
No related tags found
No related merge requests found
......@@ -104,9 +104,9 @@ class FormulaCreator
md5 '#{md5}'
<% if mode == :cmake %>
depends_on 'cmake'
depends_on 'cmake' => :build
<% elsif mode == nil %>
# depends_on 'cmake'
# depends_on 'cmake' => :build
<% end %>
def install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment