aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2009-03-17 22:03:56 +0000
committerAlexander Neundorf <neundorf@kde.org>2009-03-17 22:03:56 +0000
commit402833335d31d0b7c445e082f1134357c68ed350 (patch)
tree97ce02adfa095f5b6b8cfb6f67b2d4b16a9c6c60
parent200901dce93b54946d79b6d38564cddf14990afe (diff)
downloadextra-cmake-modules-402833335d31d0b7c445e082f1134357c68ed350.tar.gz
extra-cmake-modules-402833335d31d0b7c445e082f1134357c68ed350.tar.bz2
-make documentation more exact
Alex svn path=/trunk/KDE/kdelibs/; revision=940658
-rw-r--r--modules/MacroOptionalAddSubdirectory.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/MacroOptionalAddSubdirectory.cmake b/modules/MacroOptionalAddSubdirectory.cmake
index bf1196bf..5de49f95 100644
--- a/modules/MacroOptionalAddSubdirectory.cmake
+++ b/modules/MacroOptionalAddSubdirectory.cmake
@@ -11,9 +11,9 @@
# directories.
#
# If the CMake variable DISABLE_ALL_OPTIONAL_SUBDIRECTORIES is set to TRUE
-# for the first CMake run on the project, all subdirectories will be disabled
+# for the first CMake run on the project, all optional subdirectories will be disabled
# by default (but can of course be enabled via the respective options).
-# E.g. the following will disable all subdirectories except the one named "kcalc":
+# E.g. the following will disable all optional subdirectories except the one named "kcalc":
# $ cmake -DDISABLE_ALL_OPTIONAL_SUBDIRECTORIES=TRUE -DBUILD_kcalc=TRUE <srcdir>
# Copyright (c) 2007, Alexander Neundorf, <neundorf@kde.org>