Skip to content

Commit

Permalink
Bump googletest to fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervdw committed Oct 10, 2022
1 parent bd7294b commit 5e654b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/GTestCMakeLists.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PROJECT(googletest-download NONE)
INCLUDE(ExternalProject)
EXTERNALPROJECT_ADD(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.8.1
GIT_TAG release-1.11.0
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit 5e654b4

Please sign in to comment.