Skip to content

Commit

Permalink
Bump GTesst to pull in CMake warning fix
Browse files Browse the repository at this point in the history
The relevant fix is:
google/googletest#3094
  • Loading branch information
eckel-formlabs committed Aug 1, 2022
1 parent f06ff3e commit fc06568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(googletest-download NONE)
include(ExternalProject)
ExternalProject_Add(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG ba96d0b1161f540656efdaed035b3c062b60e006
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 fc06568

Please sign in to comment.