raulcd commented on PR #48964:
URL: https://github.com/apache/arrow/pull/48964#issuecomment-4056424142
Note to self, I should fix this warning:
```cmake
CMake Warning (dev) at
C:/hostedtoolcache/windows/Ruby/4.0.1/x64/msys64/ucrt64/share/cmake/Modules/FetchContent.cmake:1963
(message):
Calling FetchContent_Populate(opentelemetry_cpp) is deprecated, call
FetchContent_MakeAvailable(opentelemetry_cpp) instead. Policy CMP0169 can
be set to OLD to allow FetchContent_Populate(opentelemetry_cpp) to be
called directly for now, but the ability to call it with declared details
will be removed completely in a future version.
Call Stack (most recent call first):
cmake_modules/ThirdpartyToolchain.cmake:3505 (fetchcontent_populate)
cmake_modules/ThirdpartyToolchain.cmake:193
(build_google_cloud_cpp_storage)
cmake_modules/ThirdpartyToolchain.cmake:304 (build_dependency)
cmake_modules/ThirdpartyToolchain.cmake:3577 (resolve_dependency)
CMakeLists.txt:538 (include)
```
--
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]