[cmake-commits] king committed cmake.h 1.76 1.77
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon May 28 12:23:34 EDT 2007
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv11191
Modified Files:
cmake.h
Log Message:
STYLE: Fixed comment for Generate() method.
Index: cmake.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.h,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- cmake.h 27 Feb 2007 15:10:10 -0000 1.76
+++ cmake.h 28 May 2007 16:23:32 -0000 1.77
@@ -129,14 +129,7 @@
int Run(const std::vector<std::string>&args, bool noconfigure);
/**
- * Generate the SourceFilesList from the SourceLists. This should only be
- * done once to be safe. The argument is a list of command line
- * arguments. The first argument should be the name or full path
- * to the command line version of cmake. For building a GUI,
- * you would pass in the following arguments:
- * /path/to/cmake -H/path/to/source -B/path/to/build
- * If you only want to parse the CMakeLists.txt files,
- * but not actually generate the makefiles, use buildMakefiles = false.
+ * Run the global generator Generate step.
*/
int Generate();
More information about the Cmake-commits
mailing list