diff options
author | Alex Merry <alex.merry@kde.org> | 2015-02-06 11:31:19 +0000 |
---|---|---|
committer | Alex Merry <alex.merry@kde.org> | 2015-02-06 11:51:56 +0000 |
commit | a1d6d8f7259ade901a87b33edbef8b31bffb5e26 (patch) | |
tree | 68490436dd37c6c8f6593466b0403db4c8b863f1 /modules/ECMOptionalAddSubdirectory.cmake | |
parent | 5b39c909baeb3e4c247a43b91a884d5990c99092 (diff) | |
download | extra-cmake-modules-a1d6d8f7259ade901a87b33edbef8b31bffb5e26.tar.gz extra-cmake-modules-a1d6d8f7259ade901a87b33edbef8b31bffb5e26.tar.bz2 |
Document when modules were added to ECM.
Diffstat (limited to 'modules/ECMOptionalAddSubdirectory.cmake')
-rw-r--r-- | modules/ECMOptionalAddSubdirectory.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/ECMOptionalAddSubdirectory.cmake b/modules/ECMOptionalAddSubdirectory.cmake index 6cbafa2d..2b890055 100644 --- a/modules/ECMOptionalAddSubdirectory.cmake +++ b/modules/ECMOptionalAddSubdirectory.cmake @@ -24,6 +24,8 @@ # .. code-block:: sh # # cmake -DDISABLE_ALL_OPTIONAL_SUBDIRECTORIES=TRUE -DBUILD_foo=TRUE myproject +# +# Since pre-1.0.0. #============================================================================= # Copyright 2007 Alexander Neundorf <neundorf@kde.org> |