Method should return something
This commit is contained in:
parent
3ad91bf9d3
commit
4e2a2d7820
|
@ -90,4 +90,5 @@ bool cmCTestSubmit::SubmitUsingSCP(const std::string& localprefix,
|
||||||
const std::string& url)
|
const std::string& url)
|
||||||
{
|
{
|
||||||
std::cout << "SubmitUsingSCP is not yet implemented" << std::endl;
|
std::cout << "SubmitUsingSCP is not yet implemented" << std::endl;
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue