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 25daf33 commit c81238dCopy full SHA for c81238d
cmake_modules/IcebergThirdpartyToolchain.cmake
@@ -208,8 +208,8 @@ function(resolve_avro_dependency)
208
# Default to GitHub - uses unreleased version
209
fetchcontent_declare(avro-cpp
210
${FC_DECLARE_COMMON_OPTIONS}
211
- GIT_REPOSITORY https://github.com/apache/avro.git
212
- GIT_TAG e6c308780e876b4c11a470b9900995947f7b0fb5
+ GIT_REPOSITORY https://github.com/stephanlachnit/avro.git
+ GIT_TAG 52938d00107626aaedbafb2ea9e9fb50f3b95138
213
SOURCE_SUBDIR
214
lang/c++
215
FIND_PACKAGE_ARGS
0 commit comments