aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMake/Googletest/CMakeLists.txt.in
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2020-02-26 15:41:46 -0500
committerGravatar Benjamin Barenblat <bbaren@google.com>2020-02-26 16:17:44 -0500
commit2e872ef50e2127b94bc0f2f29f4e36fad3463dc0 (patch)
treed34631b72fa1df9736446ac18d705f897c756b83 /CMake/Googletest/CMakeLists.txt.in
parent898fb3a7043bd5af6a42c18b21109f12138c977c (diff)
Rename googletest-download to googletest-externalHEADmaster
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`.
Diffstat (limited to 'CMake/Googletest/CMakeLists.txt.in')
-rw-r--r--CMake/Googletest/CMakeLists.txt.in2
1 files changed, 1 insertions, 1 deletions
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})