[cmake-commits] alex committed cmake.cxx 1.293 1.294

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jun 4 13:50:36 EDT 2007


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

Modified Files:
	cmake.cxx 
Log Message:

STYLE: fix typo: now double space after -D

Alex


Index: cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -d -r1.293 -r1.294
--- cmake.cxx	4 Jun 2007 17:48:11 -0000	1.293
+++ cmake.cxx	4 Jun 2007 17:50:34 -0000	1.294
@@ -290,7 +290,7 @@
           }
         else
           {
-          cmSystemTools::Error("-D  must be followed with VAR=VALUE.");
+          cmSystemTools::Error("-D must be followed with VAR=VALUE.");
           return false;
           }
         }



More information about the Cmake-commits mailing list