diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2016-07-22 06:37:29 (GMT) |
---|---|---|
committer | Nils Gladitz <nilsgladitz@gmail.com> | 2016-07-22 06:41:22 (GMT) |
commit | 6f108f84d08a4cc12ef5bafc93d5aad903ba687a (patch) | |
tree | bc388672fde93b4894177e9ae30bd1c62fb58c04 /Modules/CPackComponent.cmake | |
parent | 811bcf543ceb04f72d0127ac42b7b198be4791dc (diff) | |
download | CMake-6f108f84d08a4cc12ef5bafc93d5aad903ba687a.zip CMake-6f108f84d08a4cc12ef5bafc93d5aad903ba687a.tar.gz CMake-6f108f84d08a4cc12ef5bafc93d5aad903ba687a.tar.bz2 |
CPackComponent: Document the *_HIDDEN and *_DISABLED variables
Diffstat (limited to 'Modules/CPackComponent.cmake')
-rw-r--r-- | Modules/CPackComponent.cmake | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Modules/CPackComponent.cmake b/Modules/CPackComponent.cmake index 6a33086..25d7d61 100644 --- a/Modules/CPackComponent.cmake +++ b/Modules/CPackComponent.cmake @@ -75,9 +75,17 @@ # # The dependencies (list of components) on which this component depends. # +# .. variable:: CPACK_COMPONENT_<compName>_HIDDEN +# +# True if this component is hidden from the user. +# # .. variable:: CPACK_COMPONENT_<compName>_REQUIRED # -# True is this component is required. +# True if this component is required. +# +# .. variable:: CPACK_COMPONENT_<compName>_DISABLED +# +# True if this component is not selected to be installed by default. # # .. command:: cpack_add_component # |