diff options
author | Eric NOULARD <eric.noulard@gmail.com> | 2012-02-04 11:06:09 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2012-02-14 21:05:23 (GMT) |
commit | 24fbc28e5f81823661853be0c0acdf2670b3453e (patch) | |
tree | 1ac7effd452a80a50952758e72194c8b1ae4b886 | |
parent | bafd8a9e79612c260af12f9a42c7e7cddf1f7da3 (diff) | |
download | CMake-24fbc28e5f81823661853be0c0acdf2670b3453e.zip CMake-24fbc28e5f81823661853be0c0acdf2670b3453e.tar.gz CMake-24fbc28e5f81823661853be0c0acdf2670b3453e.tar.bz2 |
Add missing section markup for CPackComponent
-rw-r--r-- | Modules/CPackComponent.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/CPackComponent.cmake b/Modules/CPackComponent.cmake index a0e0667..016cb8c 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 |