We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e007431 commit b38cccdCopy full SHA for b38cccd
cmake_modules/IcebergThirdpartyToolchain.cmake
@@ -182,8 +182,8 @@ function(resolve_avro_dependency)
182
fetchcontent_declare(avro-cpp
183
${FC_DECLARE_COMMON_OPTIONS}
184
# TODO: switch to Apache Avro 1.13.0 once released.
185
- GIT_REPOSITORY https://github.com/wgtmac/avro.git
186
- GIT_TAG c96d8984964e27435a99378d5f6ef20362bc458d
+ GIT_REPOSITORY https://github.com/apache/avro.git
+ GIT_TAG e6c308780e876b4c11a470b9900995947f7b0fb5
187
SOURCE_SUBDIR
188
lang/c++
189
FIND_PACKAGE_ARGS
0 commit comments