Correct cmake syntax in formula template
Closes Homebrew/homebrew#8879. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
3b8c98040c
commit
af457fb200
@ -104,9 +104,9 @@ class FormulaCreator
|
|||||||
md5 '#{md5}'
|
md5 '#{md5}'
|
||||||
|
|
||||||
<% if mode == :cmake %>
|
<% if mode == :cmake %>
|
||||||
depends_on 'cmake'
|
depends_on 'cmake' => :build
|
||||||
<% elsif mode == nil %>
|
<% elsif mode == nil %>
|
||||||
# depends_on 'cmake'
|
# depends_on 'cmake' => :build
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user