[cmake-commits] david.cole committed cmTarget.cxx 1.164 1.165

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 12 11:43:53 EDT 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv22394

Modified Files:
	cmTarget.cxx 
Log Message:
BUG: Fix the dashboards! Put it back the way it was so it always creates the target directory at configure time. Figure out how to avoid it for the framework case on the Mac/Xcode later...


Index: cmTarget.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmTarget.cxx,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- cmTarget.cxx	10 Oct 2007 15:06:14 -0000	1.164
+++ cmTarget.cxx	12 Oct 2007 15:43:50 -0000	1.165
@@ -1324,7 +1324,7 @@
   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);



More information about the Cmake-commits mailing list