JosiahWI commented on code in PR #10758: URL: https://github.com/apache/trafficserver/pull/10758#discussion_r1388359124
########## CMakeLists.txt: ########## @@ -267,6 +267,13 @@ check_include_file(siginfo.h HAVE_SIGINFO_H) check_include_file(endian.h HAVE_ENDIAN_H) # Find libraries +find_package(PkgConfig REQUIRED) # needed to find various libraries Review Comment: Could you help me understand why this was added? There is no corresponding removal of `find_package(PkgConfig REQUIRED)` from another location. -- 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]
