mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
cmMakefile: Remove one wrong and one insufficiently helpful comment.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user