kou commented on issue #46137: URL: https://github.com/apache/arrow/issues/46137#issuecomment-2822571889
Could you try debug print? ```diff diff --git a/cpp/cmake_modules/ThirdpartyToolchain.cmake b/cpp/cmake_modules/ThirdpartyToolchain.cmake index 1af347914f..2ef62f83f5 100644 --- a/cpp/cmake_modules/ThirdpartyToolchain.cmake +++ b/cpp/cmake_modules/ThirdpartyToolchain.cmake @@ -5039,6 +5039,7 @@ endif() # ---------------------------------------------------------------------- # AWS SDK for C++ +message("DEBUG: ${CMAKE_MODULE_PATH}") include(AWSSDKVariables) macro(build_awssdk) ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org