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 f23faed commit 536d3d7Copy full SHA for 536d3d7
1 file changed
interpreter/cling/tools/plugins/clad/CMakeLists.txt
@@ -73,8 +73,10 @@ 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/vgvassilev/clad.git)
+ # list(APPEND _clad_extra_settings GIT_TAG v2.2)
78
+ list(APPEND _clad_extra_settings GIT_REPOSITORY https://github.com/SahilPatidar/clad.git)
79
+ list(APPEND _clad_extra_settings GIT_TAG clad-plugin)
80
endif()
81
82
## list(APPEND _clad_patches_list "patch1.patch" "patch2.patch")
0 commit comments