cmMakefile: Remove one wrong and one insufficiently helpful comment.
This commit is contained in:
parent
257c16495a
commit
a469bf7b98
|
@ -981,9 +981,8 @@ protected:
|
|||
// directories.
|
||||
std::set<std::string> SystemIncludeDirectories;
|
||||
|
||||
std::vector<std::string> ListFiles; // list of command files loaded
|
||||
std::vector<std::string> OutputFiles; // list of command files loaded
|
||||
|
||||
std::vector<std::string> ListFiles;
|
||||
std::vector<std::string> OutputFiles;
|
||||
|
||||
cmTarget::LinkLibraryVectorType LinkLibraries;
|
||||
|
||||
|
|
Loading…
Reference in New Issue