Skip to content

Commit c81238d

Browse files
committed
DNM: verify apache/avro#3600
1 parent 25daf33 commit c81238d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake_modules/IcebergThirdpartyToolchain.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ function(resolve_avro_dependency)
208208
# Default to GitHub - uses unreleased version
209209
fetchcontent_declare(avro-cpp
210210
${FC_DECLARE_COMMON_OPTIONS}
211-
GIT_REPOSITORY https://github.com/apache/avro.git
212-
GIT_TAG e6c308780e876b4c11a470b9900995947f7b0fb5
211+
GIT_REPOSITORY https://github.com/stephanlachnit/avro.git
212+
GIT_TAG 52938d00107626aaedbafb2ea9e9fb50f3b95138
213213
SOURCE_SUBDIR
214214
lang/c++
215215
FIND_PACKAGE_ARGS

0 commit comments

Comments
 (0)