aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-11-06 03:52:41 -0800
committerChris Robinson <[email protected]>2012-11-06 03:52:41 -0800
commitb03013d6a731750bde633c244de860092f2c7b1a (patch)
tree6c97d5c3776d29c650547823450e949d07a5fc31
parent9e79d144de8da45155cd58804685f3fdf83f470e (diff)
Specify that the config file being installed is a sample
-rw-r--r--CMakeLists.txt2
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)