summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@posteo.nl>2024-04-18 17:59:56 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-04-18 21:57:32 +0300
commit2ab17fa3f991a71cdb83d6dba8e345e14f11514c (patch)
treeb7ec57d9f02bcb2a2b7f33b1717f082ae168a0e7 /indra/cmake
parent7d2608947ccfa2215fa66d162134bf67bf27b383 (diff)
Update open_libndofdev and openal to latest versions.
- With the updated openal the dependency on sndio can be dropped - The updated libndofdev is compiled against the correct version of SDL2 and thus NDOF can be enabled again
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/OPENAL.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/cmake/OPENAL.cmake b/indra/cmake/OPENAL.cmake
index 6a28846029..0b6a7c2853 100644
--- a/indra/cmake/OPENAL.cmake
+++ b/indra/cmake/OPENAL.cmake
@@ -31,7 +31,6 @@ if (USE_OPENAL)
target_link_libraries( ll::openal INTERFACE
openal
alut
- sndio
)
else()
message(FATAL_ERROR "OpenAL is not available for this platform")