From baa38ed240b542c0932124b15212943dce0d508d Mon Sep 17 00:00:00 2001 From: rude Date: Sat, 28 Sep 2013 16:49:12 +0200 Subject: [PATCH] Don't install alsoft.conf. --- libs/openal-soft-1.15.1/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/openal-soft-1.15.1/CMakeLists.txt b/libs/openal-soft-1.15.1/CMakeLists.txt index c54827ca..ce6cf9a7 100644 --- a/libs/openal-soft-1.15.1/CMakeLists.txt +++ b/libs/openal-soft-1.15.1/CMakeLists.txt @@ -66,7 +66,7 @@ OPTION(UTILS "Build and install utility programs" OFF) OPTION(EXAMPLES "Build and install example programs" OFF) -OPTION(ALSOFT_CONFIG "Install alsoft.conf sample configuration file" ON) +OPTION(ALSOFT_CONFIG "Install alsoft.conf sample configuration file" OFF) IF(WIN32)