Don't set CMAKE_PREFIX_PATH unnecessarily
This is done automatically.
This commit is contained in:
parent
68d871e425
commit
2c262358ef
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ class Zorba < Formula
|
|||
|
||||
def install
|
||||
ENV.cxx11
|
||||
ENV["CMAKE_PREFIX_PATH"] = "#{Formula["icu4c"].opt_prefix}:#{Formula["flex"].opt_prefix}"
|
||||
|
||||
cmake_args = std_cmake_args
|
||||
cmake_args << "-DZORBA_VERIFY_PEER_SSL_CERTIFICATE=ON" if build.with? "ssl-verification"
|
||||
|
|
Loading…
Reference in a new issue