diff options
author | Eric NOULARD <eric.noulard@gmail.com> | 2012-02-18 22:13:45 (GMT) |
---|---|---|
committer | Eric NOULARD <eric.noulard@gmail.com> | 2012-02-18 22:13:45 (GMT) |
commit | 4da2223ab768e44b7ef6e789ab193ea54c9b5e27 (patch) | |
tree | 78afe50c860a35372a5a0c5b3fb642453bb9557f /Modules/CPackDMG.cmake | |
parent | cfac874b7783a5c464334bfc13d969a667f1c397 (diff) | |
download | CMake-4da2223ab768e44b7ef6e789ab193ea54c9b5e27.zip CMake-4da2223ab768e44b7ef6e789ab193ea54c9b5e27.tar.gz CMake-4da2223ab768e44b7ef6e789ab193ea54c9b5e27.tar.bz2 |
Fix typo in end markup
Diffstat (limited to 'Modules/CPackDMG.cmake')
-rw-r--r-- | Modules/CPackDMG.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CPackDMG.cmake b/Modules/CPackDMG.cmake index 08a19d9..caa8dc8 100644 --- a/Modules/CPackDMG.cmake +++ b/Modules/CPackDMG.cmake @@ -4,7 +4,7 @@ # - DragNDrop CPack generator (Mac OS X). # The following variables are specific to the DragNDrop installers # built on Mac OS X: -#end +##end # ##variable # CPACK_DMG_VOLUME_NAME - The volume name of the generated disk |