Skip to content

Commit

Permalink
Fixed cmake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Kardbord committed Oct 1, 2024
1 parent 4a9c6a4 commit e5441d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/gtest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ endforeach()
include(FetchContent)
FetchContent_Declare(
googletest
URL https://github.com/google/googletest/archive/03597a01ee50ed33e9dfd640b249b4be3799d395.zip
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG b514bdc898e2951020cbdca1304b75f5950d1f59 # v1.15.2
)
FetchContent_MakeAvailable(googletest)
enable_testing()
Expand Down

0 comments on commit e5441d7

Please sign in to comment.