Skip to content

Commit

Permalink
switch to http
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Dec 21, 2024
1 parent d5ba878 commit 31a5ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies/abseil/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (NOT abseil_FOUND)
endforeach()
ExternalProject_Add(
abseil
GIT_REPOSITORY git@github.com:abseil/abseil-cpp.git
GIT_REPOSITORY https://github.com/abseil/abseil-cpp.git
GIT_TAG 5913446e0c0f8c1976627654956c3553e1519d2c
PREFIX ${CMAKE_BINARY_DIR}/abseil
CMAKE_ARGS ${CMAKE_ARGS}
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/dependencies/abseil/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (NOT abseil_FOUND)
endforeach()
ExternalProject_Add(
abseil
GIT_REPOSITORY git@github.com:abseil/abseil-cpp.git
GIT_REPOSITORY https://github.com/abseil/abseil-cpp.git
GIT_TAG 5913446e0c0f8c1976627654956c3553e1519d2c
PREFIX ${CMAKE_BINARY_DIR}/abseil
CMAKE_ARGS ${CMAKE_ARGS}
Expand Down

0 comments on commit 31a5ecc

Please sign in to comment.