Skip to content

Commit 0afbe58

Browse files
committed
[DO NOT MERGE] Use custom Clad branch
1 parent b900ce3 commit 0afbe58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ set(_clad_extra_settings
7373
if (DEFINED CLAD_SOURCE_DIR)
7474
list(APPEND _clad_extra_settings SOURCE_DIR ${CLAD_SOURCE_DIR})
7575
else()
76-
list(APPEND _clad_extra_settings GIT_REPOSITORY https://github.com/vgvassilev/clad.git)
77-
list(APPEND _clad_extra_settings GIT_TAG v2.2)
76+
list(APPEND _clad_extra_settings GIT_REPOSITORY https://github.com/PetroZarytskyi/clad.git)
77+
list(APPEND _clad_extra_settings GIT_TAG clad-move)
7878
endif()
7979

8080
## list(APPEND _clad_patches_list "patch1.patch" "patch2.patch")

0 commit comments

Comments
 (0)