Skip to content

Commit

Permalink
build: use gtest version 1.14.0
Browse files Browse the repository at this point in the history
The hope was for this to fix a build issue with gcc13/arm64, which it
did not, but using a gtest release is an improvement in any case.
  • Loading branch information
Kai Germaschewski authored and germasch committed Jul 10, 2024
1 parent 50a7a69 commit bc7ab69
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ if (BUILD_TESTING)
CPMAddPackage(
NAME GTest
GITHUB_REPOSITORY google/googletest
# post 1.10.0 with cmake_minimum_required updated
GIT_TAG 32f4f52d95dc99c35f51deed552a6ba700567f94
VERSION 1.10.0
VERSION 1.14.0
OPTIONS
"INSTALL_GTEST OFF"
"gtest_force_shared_crt ON"
Expand Down

0 comments on commit bc7ab69

Please sign in to comment.