mirror of
https://github.com/microsoft/GSL.git
synced 2025-02-17 23:33:49 -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)
|
include(ExternalProject)
|
||||||
ExternalProject_Add(googletest
|
ExternalProject_Add(googletest
|
||||||
GIT_REPOSITORY https://github.com/google/googletest.git
|
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"
|
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-src"
|
||||||
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build"
|
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build"
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user