[cmake-commits] martink committed cmEnableTestingCommand.h 1.13 1.14
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Jan 17 12:35:09 EST 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv17367
Modified Files:
cmEnableTestingCommand.h
Log Message:
ENH: remove unused prototype
Index: cmEnableTestingCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmEnableTestingCommand.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- cmEnableTestingCommand.h 10 Oct 2007 15:47:43 -0000 1.13
+++ cmEnableTestingCommand.h 17 Jan 2008 17:35:07 -0000 1.14
@@ -29,7 +29,7 @@
* within the valid control structures are replicated in Testfile
* (i.e. SUBDIRS() and ADD_TEST() commands within IF() commands that are
* not entered by CMake are not replicated in Testfile).
- * Note that Dart expects to find this file in the build directory root;
+ * Note that CTest expects to find this file in the build directory root;
* therefore, this command should be in the source directory root too.
*/
class cmEnableTestingCommand : public cmCommand
@@ -76,9 +76,6 @@
}
cmTypeMacro(cmEnableTestingCommand, cmCommand);
-
- ///! method to recurse and write the DartTestfiles
- void CreateDartTestfileForMakefile(cmMakefile *mf);
};
More information about the Cmake-commits
mailing list