diff options
author | Rye <rye@lindenlab.com> | 2024-10-30 21:05:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 21:05:30 -0400 |
commit | fcd8b53a573800f11bf0c5585acf89811e731740 (patch) | |
tree | 7c15c188b41efb1a6221da2da5eba92c4d7245d1 /indra/cmake | |
parent | 6856c475e89a52568dcabfb730f42bff6d477203 (diff) | |
parent | a09f3335221a8b43eaabd289355269cd38fc5c5f (diff) |
Merge pull request #2961 from secondlife/rye/kdu8
Update KDU to 8.4.1
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/LLKDU.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/LLKDU.cmake b/indra/cmake/LLKDU.cmake index 668b07ffab..6d27dcc286 100644 --- a/indra/cmake/LLKDU.cmake +++ b/indra/cmake/LLKDU.cmake @@ -23,4 +23,5 @@ if (USE_KDU) ${AUTOBUILD_INSTALL_DIR}/include/kdu ${LIBS_OPEN_DIR}/llkdu ) + target_compile_definitions(ll::kdu INTERFACE KDU_X86_INTRINSICS=1 KDU_NO_THREADS=1) endif (USE_KDU) |