Skip to content

Commit 842fa29

Browse files
committedMar 7, 2025·
[clad] Bump clad to version v1.9
1 parent 7cd03c3 commit 842fa29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
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 v1.7)
77+
list(APPEND _clad_extra_settings GIT_TAG v1.9)
7878
endif()
7979

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

0 commit comments

Comments
 (0)
Please sign in to comment.