Update googletest.cmake
Error isn't version related. Reuse v1.13
This commit is contained in:
@@ -3,8 +3,8 @@ include_guard()
|
|||||||
CPMAddPackage(
|
CPMAddPackage(
|
||||||
NAME googletest
|
NAME googletest
|
||||||
GITHUB_REPOSITORY google/googletest
|
GITHUB_REPOSITORY google/googletest
|
||||||
GIT_TAG release-1.12.1
|
GIT_TAG v1.13.0
|
||||||
VERSION 1.12.1
|
VERSION 1.13.0
|
||||||
OPTIONS
|
OPTIONS
|
||||||
"INSTALL_GTEST OFF"
|
"INSTALL_GTEST OFF"
|
||||||
"gtest_force_shared_crt ON"
|
"gtest_force_shared_crt ON"
|
||||||
|
|||||||
Reference in New Issue
Block a user