Skip to content

Commit

Permalink
Fix cmake error with hash
Browse files Browse the repository at this point in the history
  • Loading branch information
brofield committed Dec 2, 2024
1 parent bfcc0d2 commit a793726
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ else()
include(FetchContent)
FetchContent_Declare(
googletest
DOWNLOAD_EXTRACT_TIMESTAMP ON
URL https://github.com/google/googletest/archive/refs/tags/v1.14.0.zip
URL_HASH SHA1=0ac421f2ec11af38b0fff0f1992184032731a8bc
DOWNLOAD_EXTRACT_TIMESTAMP ON)
)
FetchContent_MakeAvailable(googletest)
endif()

Expand Down

0 comments on commit a793726

Please sign in to comment.