dragon512 commented on code in PR #10758: URL: https://github.com/apache/trafficserver/pull/10758#discussion_r1388419073
########## 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: hmm This was just part of me moving find_package() to root. I should pull that out to a different PR -- 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]
