This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 14176f6217 find PkgConfig earlier (#11223)
14176f6217 is described below
commit 14176f6217a39c2a76da55b68a9c1e8702fe322b
Author: Chris McFarlen <[email protected]>
AuthorDate: Tue Apr 9 08:47:24 2024 -0500
find PkgConfig earlier (#11223)
---
CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 52e20ee2bd..59e0e7828c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,6 +75,7 @@ execute_process(
# Options
include(AutoOptionHelpers)
+find_package(PkgConfig)
auto_option(HWLOC FEATURE_VAR TS_USE_HWLOC PACKAGE_DEPENDS hwloc)
auto_option(
JEMALLOC