bnavigator commented on PR #40230: URL: https://github.com/apache/arrow/pull/40230#issuecomment-1968870506
Thank you. Please note that anything building with ArrowConfig.cmake now fails when the glog package is not installed as well. For example a pyarrow wheel build: ``` [ 31s] CMake Error at CMakeLists.txt:268 (find_package): [ 31s] Found package configuration file: [ 31s] [ 31s] /usr/lib64/cmake/Arrow/ArrowConfig.cmake [ 31s] [ 31s] but it set Arrow_FOUND to FALSE so package "Arrow" is considered to be NOT [ 31s] FOUND. Reason given by package: [ 31s] [ 31s] Arrow could not be found because dependency GLOG could not be found. [ 31s] [ 31s] [ 31s] [ 31s] -- Configuring incomplete, errors occurred! ``` This was not the case before. -- 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]
