summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmTarget.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index ba73615..186e361 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -1324,7 +1324,7 @@ const char* cmTarget::NormalGetDirectory(const char* config, bool implib)
if(config && *config)
{
// Do not create the directory when config is given:
- this->Directory = this->GetAndCreateOutputDir(implib, false);
+ this->Directory = this->GetAndCreateOutputDir(implib, true);
// Add the configuration's subdirectory.
this->Makefile->GetLocalGenerator()->GetGlobalGenerator()->
AppendDirectoryForConfig("/", config, "", this->Directory);