Update googletest.cmake

Downgrade back t version 1.12.1 to see if it compiles on ubuntu
This commit is contained in:
McMassiveNZ
2023-05-28 21:04:40 +02:00
parent 816c7b92a2
commit 44b5c4ff51

View File

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