diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files 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() |