mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-24 15:38:54 -06:00
cmCTest: Remove unimplemented method.
This commit is contained in:
@@ -40,11 +40,6 @@ public:
|
|||||||
return this->Command;
|
return this->Command;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Print the structure to std::cout.
|
|
||||||
*/
|
|
||||||
void Print() const;
|
|
||||||
|
|
||||||
///! Set/Get a property of this source file
|
///! Set/Get a property of this source file
|
||||||
void SetProperty(const std::string& prop, const char *value);
|
void SetProperty(const std::string& prop, const char *value);
|
||||||
void AppendProperty(const std::string& prop,
|
void AppendProperty(const std::string& prop,
|
||||||
|
|||||||
Reference in New Issue
Block a user