mirror of
https://github.com/reactos/CMake.git
synced 2025-02-01 01:22:58 +00:00
cmCTestUploadCommand::CheckArgumentKeyword should return false if not FILES
This commit is contained in:
parent
6b6f309c5f
commit
3e32db7921
@ -38,7 +38,7 @@ bool cmCTestUploadCommand::CheckArgumentKeyword(std::string const& arg)
|
||||
this->ArgumentDoing = ArgumentDoingFiles;
|
||||
return true;
|
||||
}
|
||||
return this->CheckArgumentValue(arg);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user