From 402833335d31d0b7c445e082f1134357c68ed350 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Tue, 17 Mar 2009 22:03:56 +0000 Subject: -make documentation more exact Alex svn path=/trunk/KDE/kdelibs/; revision=940658 --- modules/MacroOptionalAddSubdirectory.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') 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 # Copyright (c) 2007, Alexander Neundorf, -- cgit v1.2.1