Skip to content

Commit 5100c8f

Browse files
committed
change link of clad to ssh instead of https
1 parent 2f09777 commit 5100c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/cling/tools/plugins/clad/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ list(APPEND _clad_cmake_logging_settings LOG_OUTPUT_ON_FAILURE ON)
7373

7474
ExternalProject_Add(
7575
clad
76-
GIT_REPOSITORY https://github.com/vgvassilev/clad.git
76+
GIT_REPOSITORY git@github.com:vgvassilev/clad.git
7777
GIT_TAG v1.2
7878
UPDATE_COMMAND ""
7979
PATCH_COMMAND ${_clad_patch_command}

0 commit comments

Comments
 (0)