mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: clean up of INCLUDE_EXTERNAL_MSPROJECT contributed by Clinton Stimpson
This commit is contained in:
@@ -1285,10 +1285,10 @@ void cmLocalVisualStudio7Generator::ConfigureFinalPass()
|
||||
for(cmTargets::iterator l = tgts.begin(); l != tgts.end(); l++)
|
||||
{
|
||||
if (strncmp(l->first.c_str(), "INCLUDE_EXTERNAL_MSPROJECT", 26) == 0)
|
||||
{
|
||||
{
|
||||
cmCustomCommand cc = l->second.GetPostBuildCommands()[0];
|
||||
std::vector<std::string> stuff = cc.GetDepends();
|
||||
gg->CreateGUID(stuff[0].c_str());
|
||||
std::string project_name = cc.GetCommand();
|
||||
gg->CreateGUID(project_name.c_str());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user