This is an automated email from the ASF dual-hosted git repository.

cmcfarlen pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 6707a46f75c2ab75fbfa2b6c5bc6ce6f413324ca
Author: Chris McFarlen <[email protected]>
AuthorDate: Tue Apr 9 08:47:24 2024 -0500

    find PkgConfig earlier (#11223)
    
    (cherry picked from commit 14176f6217a39c2a76da55b68a9c1e8702fe322b)
---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ad60e577ef..5079a68b92 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -74,6 +74,7 @@ execute_process(
 
 # Options
 include(AutoOptionHelpers)
+find_package(PkgConfig)
 auto_option(HWLOC FEATURE_VAR TS_USE_HWLOC PACKAGE_DEPENDS hwloc)
 auto_option(
   JEMALLOC

Reply via email to