mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 14:50:15 -05:00
VS: remove unused argument from WriteProjectStart
This commit is contained in:
@@ -130,8 +130,7 @@ private:
|
||||
std::vector<std::string> const& dirs);
|
||||
void WriteProjectSCC(std::ostream& fout, cmGeneratorTarget* target);
|
||||
void WriteProjectStart(std::ostream& fout, std::string const& libName,
|
||||
cmGeneratorTarget* tgt,
|
||||
std::vector<cmSourceGroup>& sgs);
|
||||
cmGeneratorTarget* target);
|
||||
void WriteProjectStartFortran(std::ostream& fout, std::string const& libName,
|
||||
cmGeneratorTarget* tgt);
|
||||
void WriteVCProjBeginGroup(std::ostream& fout, char const* group,
|
||||
|
||||
Reference in New Issue
Block a user