[cmake-commits] king committed cmLocalGenerator.cxx 1.159 1.160

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 10 14:13:37 EDT 2006


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

Modified Files:
	cmLocalGenerator.cxx 
Log Message:
BUG: TARGET_QUOTED should always be replaced if Target is set in the rule variables.


Index: cmLocalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalGenerator.cxx,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -d -r1.159 -r1.160
--- cmLocalGenerator.cxx	5 Oct 2006 20:59:46 -0000	1.159
+++ cmLocalGenerator.cxx	10 Oct 2006 18:13:35 -0000	1.160
@@ -819,8 +819,8 @@
         targetQuoted = '\"';
         targetQuoted += replaceValues.Target;
         targetQuoted += '\"';
-        return targetQuoted;
         }
+      return targetQuoted;
       }
     if(replaceValues.LanguageCompileFlags)
       {



More information about the Cmake-commits mailing list