Skip to content

Commit

Permalink
Google Test Framework Online Version: Switch Branch from Master to Ma…
Browse files Browse the repository at this point in the history
…in (#13)

* Change GIT_TAG from master to main
Why?
- Google renamed their branches from Master to Main
Changes to be committed:
	modified:   CMakeLists.txt.in

* Change the comment in the Google test online version cmake
  • Loading branch information
franziska-wegner authored Dec 7, 2023
1 parent 372a352 commit 8528def
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This file is from https://github.com/google/googletest/tree/master/googletest
# This file is from https://github.com/google/googletest/tree/main/googletest
cmake_minimum_required(VERSION 2.8.2)

project(googletest-download NONE)

include(ExternalProject)
ExternalProject_Add(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG master
GIT_TAG main
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
CONFIGURE_COMMAND ""
Expand Down
2 changes: 1 addition & 1 deletion cmake/FindGoogleTestFrameworkOnlineVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FindGoogleTestFrameworkOnlineVersion.cmake
#
# Created on: Jan 30, 2019
# Source: https://github.com/google/googletest/tree/master/googletest
# Source: https://github.com/google/googletest/tree/main/googletest
#
# Requirements
# * CMake 2.8. or later due to the use of ExternalProject_Add().
Expand Down

0 comments on commit 8528def

Please sign in to comment.