ENH: fix crash in plplot build
This commit is contained in:
parent
19892abbc5
commit
b3d5e0fa2d
@ -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())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user