aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/OPENAL.cmake
diff options
context:
space:
mode:
authorJacek Antonelli2008-11-20 12:54:34 -0600
committerJacek Antonelli2008-11-20 12:54:59 -0600
commitbb5e735d6e9c1a0179a10b838d8126bd301649d8 (patch)
tree898b368840729d1fffbaa0739f51cc1bc4407893 /linden/indra/cmake/OPENAL.cmake
parent(Forgot to check this file in with the OpenAL patch.) (diff)
downloadmeta-impy-bb5e735d6e9c1a0179a10b838d8126bd301649d8.zip
meta-impy-bb5e735d6e9c1a0179a10b838d8126bd301649d8.tar.gz
meta-impy-bb5e735d6e9c1a0179a10b838d8126bd301649d8.tar.bz2
meta-impy-bb5e735d6e9c1a0179a10b838d8126bd301649d8.tar.xz
Enable OpenAL by default.
Configure with -DOPENAL:BOOL=OFF to disable.
Diffstat (limited to 'linden/indra/cmake/OPENAL.cmake')
-rw-r--r--linden/indra/cmake/OPENAL.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/cmake/OPENAL.cmake b/linden/indra/cmake/OPENAL.cmake
index b0d9dac..1849fbf 100644
--- a/linden/indra/cmake/OPENAL.cmake
+++ b/linden/indra/cmake/OPENAL.cmake
@@ -1,6 +1,6 @@
1# -*- cmake -*- 1# -*- cmake -*-
2 2
3set(OPENAL OFF CACHE BOOL "Enable OpenAL") 3set(OPENAL ON CACHE BOOL "Enable OpenAL")
4 4
5if (OPENAL) 5if (OPENAL)
6 include(FindPkgConfig) 6 include(FindPkgConfig)