use googletest v1.14.0

Note: not using the latest version (v1.15.2) because there is a bug
requiring that requires -std=c++17 to build.
This commit is contained in:
Carson Radtke 2024-11-15 13:11:54 -06:00
parent 60809171bc
commit 8d6c047e75

View File

@ -4,7 +4,7 @@ project(googletest-download NONE)
include(ExternalProject)
ExternalProject_Add(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG v1.15.2
GIT_TAG v1.14.0
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build"
CONFIGURE_COMMAND ""