]> git.saurik.com Git - apt.git/commit
CMake: test/libapt: Use a prebuilt GTest library if available
authorJulian Andres Klode <jak@debian.org>
Fri, 2 Sep 2016 12:09:52 +0000 (14:09 +0200)
committerJulian Andres Klode <jak@debian.org>
Fri, 2 Sep 2016 12:34:37 +0000 (14:34 +0200)
commit99ba7cc1901c761c97d67775f23858b86594f2ba
treeec81643ec047aacd8d43abd4ed8912265e6729c6
parent7cdb840725d46a1524ec37e90902196735aa6a57
CMake: test/libapt: Use a prebuilt GTest library if available

If a non-existing source directory is specified, try finding
the system gtest library. Debian derived distributions are
a bit strange because they only ship the source code and
not the library...
test/libapt/CMakeLists.txt