From 59b311bcc2eddad30e5d0d80bd7563a56236f771 Mon Sep 17 00:00:00 2001 From: Heiko Becker Date: Wed, 1 Aug 2018 19:48:38 +0200 Subject: ECMOptionalAddSubdirectory: Provide a bit more detail Subscribers: kde-frameworks-devel, kde-buildsystem Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D14541 --- modules/ECMOptionalAddSubdirectory.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/ECMOptionalAddSubdirectory.cmake') diff --git a/modules/ECMOptionalAddSubdirectory.cmake b/modules/ECMOptionalAddSubdirectory.cmake index 6cf50727..79a533d4 100644 --- a/modules/ECMOptionalAddSubdirectory.cmake +++ b/modules/ECMOptionalAddSubdirectory.cmake @@ -10,7 +10,8 @@ # # This behaves like add_subdirectory(), except that it does not complain if the # directory does not exist. Additionally, if the directory does exist, it -# creates an option to allow the user to skip it. +# creates an option to allow the user to skip it. The option will be named +# BUILD_. # # This is useful for "meta-projects" that combine several mostly-independent # sub-projects. -- cgit v1.2.1