diff options
author | Chris Robinson <[email protected]> | 2012-11-05 04:20:15 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-11-05 04:20:15 -0800 |
commit | 9e79d144de8da45155cd58804685f3fdf83f470e (patch) | |
tree | 86745a3b645190b422e5ec78c5db3754b9bc2ac2 | |
parent | 40b3f60cde20f4ef5f063c76909e381f52e131ed (diff) |
Install the config sample by default
-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() |