Skip to content

Commit 536b0e9

Browse files
committed
use newer version of googletest
1 parent 399305b commit 536b0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ if (ALP_BUILD_TESTING OR ALP_BUILD_PUBLICATION OR ALP_BUILD_BENCHMARKING)
9494
include(GoogleTest)
9595
FetchContent_Declare(googletest
9696
GIT_REPOSITORY https://github.com/google/googletest.git
97-
GIT_TAG e2239ee6043f73722e7aa812a459f54a28552929 # release-1.11.0
97+
GIT_TAG v1.13.0
9898
)
9999
# For Windows: Prevent overriding the parent project's compiler/linker settings
100100
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)

0 commit comments

Comments
 (0)