mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 00:39:03 -05:00
ENH: allow duplicate commands with the same output to be reduced automatically to one command
This commit is contained in:
@@ -951,7 +951,7 @@ void cmLocalVisualStudio7Generator::WriteVCProjEndGroup(std::ostream& fout)
|
||||
// look for custom rules on a target and collect them together
|
||||
void cmLocalVisualStudio7Generator::OutputTargetRules(std::ostream& fout,
|
||||
const cmTarget &target,
|
||||
const char */* libName */)
|
||||
const char * /* libName */)
|
||||
{
|
||||
if (target.GetType() > cmTarget::UTILITY)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user