summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@debian.org>2019-10-29 21:20:45 -0700
committerjkoan <jkoan@gmx.de>2023-02-04 20:21:12 +0100
commitc45d20003facab8650d09e7fd455b0ffdef50576 (patch)
tree4f2da6d76780fccdf95688f9b900298825a15e55
parentbafada437240515be045f31f7310024b971294a2 (diff)
downloadnavit-c45d20003facab8650d09e7fd455b0ffdef50576.tar.gz
Remove file from bad copy-paste
-rwxr-xr-xCMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 555a65bc5..5ac167c46 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -935,7 +935,6 @@ endif(USE_NATIVE_LANGUAGE_SUPPORT)
# make it possible to disable unit tests when not on network
option(ENABLE_UNIT_TESTS "Enable unit tests" ON)
message(STATUS "Enable testing: ${ENABLE_UNIT_TESTS}")
-include(googletest.cmake)
if(ENABLE_UNIT_TESTS)
include(ExternalProject)