From 24fbc28e5f81823661853be0c0acdf2670b3453e Mon Sep 17 00:00:00 2001 From: Eric NOULARD Date: Sat, 4 Feb 2012 12:06:09 +0100 Subject: Add missing section markup for CPackComponent --- Modules/CPackComponent.cmake | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Modules/CPackComponent.cmake') diff --git a/Modules/CPackComponent.cmake b/Modules/CPackComponent.cmake index a0e0667c62..016cb8ce6d 100644 --- a/Modules/CPackComponent.cmake +++ b/Modules/CPackComponent.cmake @@ -1,3 +1,6 @@ +##section Variables common to all CPack generators +##end +##module # - Build binary and source package installers # # The CPackComponent module is the module which handles @@ -20,6 +23,7 @@ # components are identified by the COMPONENT argument of CMake's # INSTALL commands, and should be further described by the following # CPack commands: +##end # ##macro # cpack_add_component - Describes a CPack installation component -- cgit v1.2.1