summaryrefslogtreecommitdiff
path: root/indra/cmake/xxHash.cmake
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-04-27 19:52:04 +0800
committerErik Kundiman <erik@megapahit.org>2025-04-27 19:52:04 +0800
commit7cd7110c3b29ce74b1abe0cf307015e49199d766 (patch)
treee29710e755c52af835f030883c75e85d05cffdef /indra/cmake/xxHash.cmake
parentbdb253731ed4ae3276e2da5a5d72ae8866f99eed (diff)
Replace USE_AUTOBUILD_3P OR USE_CONAN with USESYSTEMLIBS
Simpler.
Diffstat (limited to 'indra/cmake/xxHash.cmake')
-rw-r--r--indra/cmake/xxHash.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/xxHash.cmake b/indra/cmake/xxHash.cmake
index 2dcab005ba..7e113feda2 100644
--- a/indra/cmake/xxHash.cmake
+++ b/indra/cmake/xxHash.cmake
@@ -6,7 +6,7 @@ set (XXHASH_CMAKE_INCLUDED TRUE)
include(Prebuilt)
-if (NOT (USE_AUTOBUILD_3P OR USE_CONAN))
+if (USESYSTEMLIBS)
include(FindPkgConfig)
pkg_check_modules(Xxhash REQUIRED libxxhash)
return ()