We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4c6b37 + 05b5b40 commit ac0fa10Copy full SHA for ac0fa10
UNITTESTS/CMakeLists.txt
@@ -17,7 +17,7 @@ include(FetchContent)
17
# Download and unpack googletest
18
FetchContent_Declare(googletest
19
GIT_REPOSITORY https://github.com/google/googletest.git
20
- GIT_TAG master
+ GIT_TAG main
21
)
22
FetchContent_MakeAvailable(googletest)
23
0 commit comments