Skip to content

Commit

Permalink
build; update googletest to v15.2.0
Browse files Browse the repository at this point in the history
This fixes some odd link error with gtest (on my arm64 macbook)
  • Loading branch information
germasch committed Aug 23, 2024
1 parent 3c1210c commit 1c0725c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if (BUILD_TESTING)
CPMAddPackage(
NAME GTest
GITHUB_REPOSITORY google/googletest
VERSION 1.14.0
VERSION 1.15.2
OPTIONS
"INSTALL_GTEST OFF"
"gtest_force_shared_crt ON"
Expand Down

0 comments on commit 1c0725c

Please sign in to comment.