From 9e79d144de8da45155cd58804685f3fdf83f470e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 5 Nov 2012 04:20:15 -0800 Subject: [PATCH] Install the config sample by default --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bfab33f8..ef4080bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,7 +66,7 @@ OPTION(UTILS "Build and install utility programs" ON) OPTION(EXAMPLES "Build and install example programs" ON) -OPTION(ALSOFT_CONFIG "Install alsoft.conf configuration file" OFF) +OPTION(ALSOFT_CONFIG "Install alsoft.conf configuration file" ON) IF(WIN32) @@ -797,7 +797,7 @@ IF(ALSOFT_CONFIG) INSTALL(FILES alsoftrc.sample DESTINATION share/openal ) - MESSAGE(STATUS "Installing sample alsoft.conf") + MESSAGE(STATUS "Installing sample configuration") MESSAGE(STATUS "") ENDIF() -- 2.11.4.GIT