summaryrefslogtreecommitdiffstats
path: root/Source/CPack
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CPack')
-rw-r--r--Source/CPack/cpack.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/CPack/cpack.cxx b/Source/CPack/cpack.cxx
index efb549f..f81c6e8 100644
--- a/Source/CPack/cpack.cxx
+++ b/Source/CPack/cpack.cxx
@@ -36,11 +36,11 @@
namespace {
const cmDocumentationEntry cmDocumentationName = {
- nullptr, " cpack - Packaging driver provided by CMake."
+ {},
+ " cpack - Packaging driver provided by CMake."
};
-const cmDocumentationEntry cmDocumentationUsage = { nullptr,
- " cpack [options]" };
+const cmDocumentationEntry cmDocumentationUsage = { {}, " cpack [options]" };
const cmDocumentationEntry cmDocumentationOptions[14] = {
{ "-G <generators>", "Override/define CPACK_GENERATOR" },