We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b900ce3 commit 0afbe58Copy full SHA for 0afbe58
interpreter/cling/tools/plugins/clad/CMakeLists.txt
@@ -73,8 +73,8 @@ set(_clad_extra_settings
73
if (DEFINED CLAD_SOURCE_DIR)
74
list(APPEND _clad_extra_settings SOURCE_DIR ${CLAD_SOURCE_DIR})
75
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)
+ list(APPEND _clad_extra_settings GIT_REPOSITORY https://github.com/PetroZarytskyi/clad.git)
+ list(APPEND _clad_extra_settings GIT_TAG clad-move)
78
endif()
79
80
## list(APPEND _clad_patches_list "patch1.patch" "patch2.patch")
0 commit comments