Skip to content

Commit b38cccd

Browse files
committed
use apache repo
1 parent e007431 commit b38cccd

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
@@ -182,8 +182,8 @@ function(resolve_avro_dependency)
182182
fetchcontent_declare(avro-cpp
183183
${FC_DECLARE_COMMON_OPTIONS}
184184
# TODO: switch to Apache Avro 1.13.0 once released.
185-
GIT_REPOSITORY https://github.com/wgtmac/avro.git
186-
GIT_TAG c96d8984964e27435a99378d5f6ef20362bc458d
185+
GIT_REPOSITORY https://github.com/apache/avro.git
186+
GIT_TAG e6c308780e876b4c11a470b9900995947f7b0fb5
187187
SOURCE_SUBDIR
188188
lang/c++
189189
FIND_PACKAGE_ARGS

0 commit comments

Comments
 (0)