Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lindemeier authored Jun 11, 2024
1 parent a5bf8d6 commit 967d662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if(RUN_TESTS)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.14.0
GIT_TAG v1.14.0
)
FetchContent_MakeAvailable(googletest)
enable_testing()
Expand Down

0 comments on commit 967d662

Please sign in to comment.