From 2e872ef50e2127b94bc0f2f29f4e36fad3463dc0 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Wed, 26 Feb 2020 15:41:46 -0500 Subject: Rename googletest-download to googletest-external Now that testing against a local googletest is supported, `googletest-download` is a bit of a misnomer. Change references to `googletest-download` to `googletest-external`. --- CMake/Googletest/CMakeLists.txt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMake/Googletest/CMakeLists.txt.in') diff --git a/CMake/Googletest/CMakeLists.txt.in b/CMake/Googletest/CMakeLists.txt.in index 0c64218..994dac0 100644 --- a/CMake/Googletest/CMakeLists.txt.in +++ b/CMake/Googletest/CMakeLists.txt.in @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.8.2) -project(googletest-download NONE) +project(googletest-external NONE) include(ExternalProject) if(${ABSL_USE_GOOGLETEST_HEAD}) -- cgit v1.2.3