tobim commented on a change in pull request #7813:
URL: https://github.com/apache/arrow/pull/7813#discussion_r457983654



##########
File path: cpp/cmake_modules/FindBrotli.cmake
##########
@@ -69,6 +69,7 @@ if(BROTLI_ROOT)
             PATH_SUFFIXES ${INCLUDE_PATH_SUFFIXES}
             NO_DEFAULT_PATH)
 else()
+  find_package(PkgConfig QUIET)

Review comment:
       The find modules for static libraries that are linked to are now also 
used by `ArrowConfig.cmake`. I could have added this line there directly, but I 
prefer modules to be self-sufficient.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to