diff options
author | Chris Robinson <[email protected]> | 2012-11-06 03:52:41 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-11-06 03:52:41 -0800 |
commit | b03013d6a731750bde633c244de860092f2c7b1a (patch) | |
tree | 6c97d5c3776d29c650547823450e949d07a5fc31 | |
parent | 9e79d144de8da45155cd58804685f3fdf83f470e (diff) |
Specify that the config file being installed is a sample
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ef4080bb..678b0f33 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" ON) +OPTION(ALSOFT_CONFIG "Install alsoft.conf sample configuration file" ON) IF(WIN32) |