mysql: remove duplicate test conditional
This commit is contained in:
parent
27c2ecd6a1
commit
144028de1c
1 changed files with 0 additions and 7 deletions
|
@ -90,13 +90,6 @@ class Mysql < Formula
|
|||
# Build with InnoDB Memcached plugin
|
||||
args << "-DWITH_INNODB_MEMCACHED=ON" if build.with? "memcached"
|
||||
|
||||
# To enable unit testing at build, we need to download the unit testing suite
|
||||
if build.with? "test"
|
||||
args << "-DENABLE_DOWNLOADS=ON"
|
||||
else
|
||||
args << "-DWITH_UNIT_TESTS=OFF"
|
||||
end
|
||||
|
||||
system "cmake", ".", *std_cmake_args, *args
|
||||
system "make"
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue