Skip to content

Commit

Permalink
tests: Upgrade googletest to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
stotko committed Jun 20, 2024
1 parent 5f91561 commit 9858969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(FetchContent)
FetchContent_Declare(
googletest
PREFIX googletest
URL https://github.com/google/googletest/archive/refs/tags/v1.13.0.zip
URL_HASH SHA256=ffa17fbc5953900994e2deec164bb8949879ea09b411e07f215bfbb1f87f4632
URL https://github.com/google/googletest/archive/refs/tags/v1.14.0.zip
URL_HASH SHA256=1f357c27ca988c3f7c6b4bf68a9395005ac6761f034046e9dde0896e3aba00e4
DOWNLOAD_DIR "${STDGPU_EXTERNAL_DIR}/googletest"
)

Expand Down

0 comments on commit 9858969

Please sign in to comment.