jonkeane commented on issue #43317: URL: https://github.com/apache/arrow/issues/43317#issuecomment-2258537403
For example, I see the message from this line in the logs: https://github.com/apache/arrow/blob/main/cpp/cmake_modules/ThirdpartyToolchain.cmake#L352 But I don't see either of the messages that should follow, about whether lz4 was found or not. When you say you don't see either of the messages that follow are you talking about https://github.com/apache/arrow/blob/48782e75708157f2296ab95699239207c5588871/cpp/cmake_modules/ThirdpartyToolchain.cmake#L354 or https://github.com/apache/arrow/blob/48782e75708157f2296ab95699239207c5588871/cpp/cmake_modules/ThirdpartyToolchain.cmake#L358 ? If so, that first one (line 354) is actually where the log line that you're seeing is emitted, I believe. The line you linked 352 is adding to the string, but the part that starts with `Using ...` is emitted at line 354 (so we do get there!) -- 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]
