summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorRye <rye@lindenlab.com>2024-10-27 19:02:55 -0700
committerRye <rye@lindenlab.com>2024-10-30 19:52:44 -0400
commita09f3335221a8b43eaabd289355269cd38fc5c5f (patch)
tree7c15c188b41efb1a6221da2da5eba92c4d7245d1 /indra/cmake
parent6856c475e89a52568dcabfb730f42bff6d477203 (diff)
Update KDU to 8.4.1 and fix kdu tests, also fix llimage_libtest utility
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/LLKDU.cmake1
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)