Browse Source

Potentially fix building love package

Alex Szpakowski 9 years ago
parent
commit
1fdca985b3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      libs/openal-soft/CMakeLists.txt

+ 2 - 2
libs/openal-soft/CMakeLists.txt

@@ -37,10 +37,10 @@ OPTION(ALSOFT_UTILS          "Build and install utility programs"         OFF)
 OPTION(ALSOFT_NO_CONFIG_UTIL "Disable building the alsoft-config utility" OFF)
 OPTION(ALSOFT_NO_CONFIG_UTIL "Disable building the alsoft-config utility" OFF)
 
 
 OPTION(ALSOFT_EXAMPLES  "Build and install example programs"  OFF)
 OPTION(ALSOFT_EXAMPLES  "Build and install example programs"  OFF)
-OPTION(ALSOFT_TESTS     "Build and install test programs"     ON)
+OPTION(ALSOFT_TESTS     "Build and install test programs"     OFF)
 
 
 OPTION(ALSOFT_CONFIG "Install alsoft.conf sample configuration file" OFF)
 OPTION(ALSOFT_CONFIG "Install alsoft.conf sample configuration file" OFF)
-OPTION(ALSOFT_HRTF_DEFS "Install HRTF definition files" ON)
+OPTION(ALSOFT_HRTF_DEFS "Install HRTF definition files" OFF)
 OPTION(ALSOFT_INSTALL "Install headers and libraries" OFF)
 OPTION(ALSOFT_INSTALL "Install headers and libraries" OFF)