bug fixes for external projects

This commit is contained in:
Bill Hoffman
2004-09-14 14:05:40 -04:00
parent c30e7771ee
commit 32fe8caaef
3 changed files with 48 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ bool cmIncludeExternalMSProjectCommand::InitialPass(std::vector<std::string> con
utility_name += args[0];
m_Makefile->AddUtilityCommand(utility_name.c_str(), "echo", "\"Include external project\"",
false, name_and_location, depends);
true, name_and_location, depends);
}
#endif