cmLocalGenerator: Devirtualize method.
This commit is contained in:
parent
29a2d9fe69
commit
c99b6cefbe
|
@ -187,7 +187,7 @@ public:
|
||||||
|
|
||||||
// Fill the vector with the target names for the object files,
|
// Fill the vector with the target names for the object files,
|
||||||
// preprocessed files and assembly files.
|
// preprocessed files and assembly files.
|
||||||
virtual void GetIndividualFileTargets(std::vector<std::string>&) {}
|
void GetIndividualFileTargets(std::vector<std::string>&) {}
|
||||||
|
|
||||||
// Create a struct to hold the varibles passed into
|
// Create a struct to hold the varibles passed into
|
||||||
// ExpandRuleVariables
|
// ExpandRuleVariables
|
||||||
|
|
Loading…
Reference in New Issue