ENH: fix crash in plplot build

This commit is contained in:
Bill Hoffman 2006-11-27 12:11:27 -05:00
parent 19892abbc5
commit b3d5e0fa2d
1 changed files with 2 additions and 1 deletions

View File

@ -887,7 +887,8 @@ const char* cmTarget::GetDirectory(const char* config)
this->Makefile->GetSafeDefinition("EXECUTABLE_OUTPUT_PATH");
break;
default:
return 0;
this->Directory = this->Makefile->GetStartOutputDirectory();
break;
}
if(this->Directory.empty())
{