From 1fdca985b3e69882b34753346d196ff8fa65dc8f Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Sat, 29 Oct 2016 16:42:47 -0300 Subject: [PATCH] Potentially fix building love package --- libs/openal-soft/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/openal-soft/CMakeLists.txt b/libs/openal-soft/CMakeLists.txt index a0038d56..6b7815b2 100644 --- a/libs/openal-soft/CMakeLists.txt +++ b/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_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_HRTF_DEFS "Install HRTF definition files" ON) +OPTION(ALSOFT_HRTF_DEFS "Install HRTF definition files" OFF) OPTION(ALSOFT_INSTALL "Install headers and libraries" OFF)