Skip to content

Commit

Permalink
Merge branch 'fix/#33' into 'master'
Browse files Browse the repository at this point in the history
Hotfix: Update CMake ExternalProject for googletest (branch name changed to 'main')

See merge request tuda-sc/projects/metacg!38
  • Loading branch information
jplehr committed Dec 4, 2021
2 parents 3807283 + 98f3f7f commit b05724d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgis/cmake/GoogleTest.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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_CURRENT_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build"
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit b05724d

Please sign in to comment.