[cmake-commits] hoffman committed cmTarget.cxx 1.108 1.109

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Nov 27 12:11:31 EST 2006


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

Modified Files:
	cmTarget.cxx 
Log Message:
ENH: fix crash in plplot build 


Index: cmTarget.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmTarget.cxx,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- cmTarget.cxx	25 Nov 2006 15:59:26 -0000	1.108
+++ cmTarget.cxx	27 Nov 2006 17:11:27 -0000	1.109
@@ -887,7 +887,8 @@
         this->Makefile->GetSafeDefinition("EXECUTABLE_OUTPUT_PATH");
       break;
     default:
-      return 0;
+      this->Directory = this->Makefile->GetStartOutputDirectory();
+      break;
     }
   if(this->Directory.empty())
     {



More information about the Cmake-commits mailing list