Description: Do not look for gtest sources
 The upstream build system expects to build gtest and specifies a location
 for its sources. Since we're using the Debian package, this variable is
 useless and gets in the way, so just get rid of it here.
Author: Afif Elghraoui <afif@ghraoui.name>
Forwarded: not-needed
Last-Update: 2015-09-07
--- pbbam.orig/CMakeLists.txt
+++ pbbam/CMakeLists.txt
@@ -124,9 +124,5 @@
     add_subdirectory(docs)
 endif()
 if(PacBioBAM_build_tests)
-    if (NOT GTEST_SRC_DIR)
-        set(GTEST_SRC_DIR ../gtest)
-    endif()
-    add_subdirectory(${GTEST_SRC_DIR} external/gtest/build)
     add_subdirectory(tests)
 endif()
