mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-13 12:59:55 -05:00
BUG: make sure the gui still runs...
This commit is contained in:
@@ -70,7 +70,7 @@ int main(int argc, char** argv)
|
||||
// check docs first so that X is not need to get docs
|
||||
// do docs, if args were given
|
||||
cmDocumentation doc;
|
||||
if(doc.CheckOptions(argc, argv))
|
||||
if(argc >1 && doc.CheckOptions(argc, argv))
|
||||
{
|
||||
// Construct and print requested documentation.
|
||||
cmake hcm;
|
||||
|
||||
Reference in New Issue
Block a user