mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-25 01:01:58 -05:00
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:
parent
60809171bc
commit
8d6c047e75
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user