pitrou commented on code in PR #47042: URL: https://github.com/apache/arrow/pull/47042#discussion_r2212527011
########## cpp/cmake_modules/SetupCxxFlags.cmake: ########## @@ -159,6 +159,9 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ${ARROW_POSITION_INDEPENDENT_CODE}) set(UNKNOWN_COMPILER_MESSAGE "Unknown compiler: ${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION}") +# Compiler flags used when building Arrow libraries (but not tests, utilities, etc.) +set(LIBARROW_CXX_FLAGS) Review Comment: Ok, I've made it `ARROW_LIBRARIES_ONLY_CXX_FLAGS`. -- 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