diff options
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 3e196f5..5d59755 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -1222,7 +1222,7 @@ void cmTarget::SetProperty(const char* prop, const char* value) const char* cmTarget::GetDirectory(const char* config, bool implib) { - if(config) + if(config && *config) { this->Directory = this->GetOutputDir(implib); // Add the configuration's subdirectory. |