[cmake-commits] king committed cmMakefile.cxx 1.434 1.435
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Feb 12 10:19:40 EST 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv21517
Modified Files:
cmMakefile.cxx
Log Message:
BUG: Disable enforcement of unique target names until CTestTargets can be fixed.
Index: cmMakefile.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMakefile.cxx,v
retrieving revision 1.434
retrieving revision 1.435
diff -u -d -r1.434 -r1.435
--- cmMakefile.cxx 11 Feb 2008 18:35:39 -0000 1.434
+++ cmMakefile.cxx 12 Feb 2008 15:19:38 -0000 1.435
@@ -3156,6 +3156,7 @@
msg = e.str();
return false;
}
+#if 0 /* disable until CTestTargets can be fixed */
else if(!this->NeedBackwardsCompatibility(2, 4))
{
// The conflict is with a non-imported target. Produce an error
@@ -3174,6 +3175,7 @@
msg = e.str();
return false;
}
+#endif
}
return true;
}
More information about the Cmake-commits
mailing list