kou commented on code in PR #2858: URL: https://github.com/apache/arrow-adbc/pull/2858#discussion_r2106387029
########## c/cmake_modules/BuildUtils.cmake: ########## @@ -240,6 +240,21 @@ function(ADD_ARROW_LIB LIB_NAME) OUTPUT_NAME ${LIB_NAME} VERSION "${ADBC_FULL_SO_VERSION}" SOVERSION "${ADBC_SO_VERSION}") + + if(MSVC) Review Comment: It seems that we need this for mingw-w64. So I feel `WIN32` is better. -- 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