anjakefala commented on issue #39384:
URL: https://github.com/apache/arrow/issues/39384#issuecomment-1876010137
It seems that despite this:
```
5104 message(STATUS "Building Azure SDK for C++ from source")
5105 fetchcontent_declare(azure_sdk
5106 ${FC_DECLARE_COMMON_OPTIONS}
5107 URL ${ARROW_AZURE_SDK_URL}
5108 URL_HASH
"SHA256=${ARROW_AZURE_SDK_BUILD_SHA256_CHECKSUM}")
5109 prepare_fetchcontent()
```
and
```
1023 macro(prepare_fetchcontent)
1024 set(BUILD_SHARED_LIBS OFF)
1025 set(BUILD_STATIC_LIBS ON)
1026 set(CMAKE_COMPILE_WARNING_AS_ERROR FALSE)
```
in ` cpp/cmake_modules/ThirdpartyToolchain.cmake` a `-Werror` is getting
added at some point in the process. That `-Werror` results in my build error.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]