summaryrefslogtreecommitdiff
path: root/indra/cmake/APR.cmake
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-04-27 20:23:16 +0800
committerErik Kundiman <erik@megapahit.org>2025-04-27 20:23:16 +0800
commit481b6bb4c4dfd57a509bd73e51ca57338ad4d860 (patch)
tree9e03ceeeb3240b47d471f628ca83e0b14209c88b /indra/cmake/APR.cmake
parentb74c8ee3fee8dd640f40250ed09f213afa72cefc (diff)
parentb04cc0b90ab93141d3ffc77bceb241da41c37ace (diff)
Merge branch 'main' into 2025.05
Diffstat (limited to 'indra/cmake/APR.cmake')
-rw-r--r--indra/cmake/APR.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/APR.cmake b/indra/cmake/APR.cmake
index 506f792570..78c536e9d4 100644
--- a/indra/cmake/APR.cmake
+++ b/indra/cmake/APR.cmake
@@ -5,7 +5,7 @@ include_guard()
add_library( ll::apr INTERFACE IMPORTED )
-if (NOT (USE_AUTOBUILD_3P OR USE_CONAN))
+if (USESYSTEMLIBS)
include(FindPkgConfig)
pkg_check_modules(Apr REQUIRED apr-1 apr-util-1)
target_include_directories(ll::apr SYSTEM INTERFACE ${Apr_INCLUDE_DIRS})