flann: Remove gtest dependency

gtest was removed because it is not meant to be installed on its own,
but rather included as a part of software build systems. flann was the
only formula which expected a preinstalled copy of gtest; this disables
its tests which depend on gtest.

Fixes Homebrew/homebrew#14126.
This commit is contained in:
Misty De Meo 2012-08-13 21:40:45 -05:00
parent 51023ce11e
commit 2c47b4a915

View file

@ -14,7 +14,6 @@ class Flann < Formula
end
depends_on 'cmake' => :build
depends_on 'gtest' => :build
depends_on 'hdf5'
depends_on 'octave' if ARGV.include? '--enable-matlab'