Skip to content

Commit f6e027b

Browse files
committed
[clad] Check clad master before v2.1
1 parent 9eb7933 commit f6e027b

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
@@ -74,7 +74,7 @@ if (DEFINED CLAD_SOURCE_DIR)
7474
list(APPEND _clad_extra_settings SOURCE_DIR ${CLAD_SOURCE_DIR})
7575
else()
7676
list(APPEND _clad_extra_settings GIT_REPOSITORY https://github.com/vgvassilev/clad.git)
77-
list(APPEND _clad_extra_settings GIT_TAG v2.0)
77+
list(APPEND _clad_extra_settings GIT_TAG master)
7878
endif()
7979

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

0 commit comments

Comments
 (0)