Update googletest.cmake

Error isn't version related. Reuse v1.13
This commit is contained in:
McMassiveNZ
2023-05-28 21:22:47 +02:00
parent efe6bf6335
commit c13d8b634e

View File

@@ -3,8 +3,8 @@ include_guard()
CPMAddPackage(
NAME googletest
GITHUB_REPOSITORY google/googletest
GIT_TAG release-1.12.1
VERSION 1.12.1
GIT_TAG v1.13.0
VERSION 1.13.0
OPTIONS
"INSTALL_GTEST OFF"
"gtest_force_shared_crt ON"