Skip to content

Commit

Permalink
Merge pull request opencv#24337 from mshabunin:bump-ade-012c
Browse files Browse the repository at this point in the history
3rdparty: update ade version
  • Loading branch information
asmorkalov authored Oct 4, 2023
2 parents 62b5470 + 0433fe5 commit 7b6d65c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/gapi/cmake/DownloadADE.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(ade_src_dir "${OpenCV_BINARY_DIR}/3rdparty/ade")
set(ade_filename "v0.1.2b.zip")
set(ade_subdir "ade-0.1.2b")
set(ade_md5 "4f93a0844dfc463c617d83b09011819a")
set(ade_filename "v0.1.2c.zip")
set(ade_subdir "ade-0.1.2c")
set(ade_md5 "4e996f545f9dddf2348cf593cbb2726f")
ocv_download(FILENAME ${ade_filename}
HASH ${ade_md5}
URL
Expand Down

0 comments on commit 7b6d65c

Please sign in to comment.