mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 15:19:51 -05:00
COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the AddUtility method on a target. This significantly simplifies the implementation and removes warnings about hiding virtual functions.
This commit is contained in:
@@ -48,10 +48,10 @@ protected:
|
||||
std::vector<cmLocalGenerator*>& generators);
|
||||
virtual void WriteProject(std::ostream& fout,
|
||||
const char* name, const char* path,
|
||||
const cmTarget &t, const char* extra_depend);
|
||||
const cmTarget &t);
|
||||
virtual void WriteProjectDepends(std::ostream& fout,
|
||||
const char* name, const char* path,
|
||||
const cmTarget &t, const char* extra_depend);
|
||||
const cmTarget &t);
|
||||
virtual void WriteProjectConfigurations(std::ostream& fout, const char* name, bool in_all);
|
||||
virtual void WriteExternalProject(std::ostream& fout, const char* name, const char* path,
|
||||
const std::vector<std::string>& depends);
|
||||
|
||||
Reference in New Issue
Block a user