diff options
| author | Rye <rye@lindenlab.com> | 2025-02-03 11:35:22 -0500 | 
|---|---|---|
| committer | Rye <rye@lindenlab.com> | 2025-02-11 05:04:08 -0500 | 
| commit | a455d3ee7d5ddefcdf008fa86ecc7c80aba758aa (patch) | |
| tree | 06d130e1140e57f8da0fda1dc22570f002f8c39c /indra/cmake/xxHash.cmake | |
| parent | 465fbf69464c562004a28e91408265e34a7a6c2d (diff) | |
Introduce build system and preprocessor support for ARM64
Diffstat (limited to 'indra/cmake/xxHash.cmake')
| -rw-r--r-- | indra/cmake/xxHash.cmake | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/cmake/xxHash.cmake b/indra/cmake/xxHash.cmake index a7c1cba62c..e4f8517d9b 100644 --- a/indra/cmake/xxHash.cmake +++ b/indra/cmake/xxHash.cmake @@ -1,8 +1,5 @@  # -*- cmake -*- -if (XXHASH_CMAKE_INCLUDED) -  return() -endif (XXHASH_CMAKE_INCLUDED) -set (XXHASH_CMAKE_INCLUDED TRUE) +include_guard()  include(Prebuilt)  use_prebuilt_binary(xxhash)  | 
