mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: Added documentation of specifying an existing build tree as an argument.
This commit is contained in:
@@ -39,7 +39,8 @@ static const cmDocumentationEntry cmDocumentationName[] =
|
||||
static const cmDocumentationEntry cmDocumentationUsage[] =
|
||||
{
|
||||
{0,
|
||||
" ccmake <path-to-source>", 0},
|
||||
" ccmake <path-to-source>\n"
|
||||
" ccmake <path-to-existing-build>", 0},
|
||||
{0,0,0}
|
||||
};
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ static const cmDocumentationEntry cmDocumentationUsage[] =
|
||||
{0,
|
||||
" CMakeSetup [options]\n"
|
||||
" CMakeSetup [options] <path-to-source>\n"
|
||||
" CMakeSetup [options] <path-to-build>", 0},
|
||||
" CMakeSetup [options] <path-to-existing-build>", 0},
|
||||
{0,0,0}
|
||||
};
|
||||
|
||||
|
||||
@@ -33,7 +33,8 @@ static const cmDocumentationEntry cmDocumentationName[] =
|
||||
static const cmDocumentationEntry cmDocumentationUsage[] =
|
||||
{
|
||||
{0,
|
||||
" cmake [options] <path-to-source>", 0},
|
||||
" cmake [options] <path-to-source>\n"
|
||||
" cmake [options] <path-to-existing-build>", 0},
|
||||
{0,0,0}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user