From 6f108f84d08a4cc12ef5bafc93d5aad903ba687a Mon Sep 17 00:00:00 2001 From: Nils Gladitz Date: Fri, 22 Jul 2016 08:37:29 +0200 Subject: CPackComponent: Document the *_HIDDEN and *_DISABLED variables --- Modules/CPackComponent.cmake | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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__HIDDEN +# +# True if this component is hidden from the user. +# # .. variable:: CPACK_COMPONENT__REQUIRED # -# True is this component is required. +# True if this component is required. +# +# .. variable:: CPACK_COMPONENT__DISABLED +# +# True if this component is not selected to be installed by default. # # .. command:: cpack_add_component # -- cgit v0.12