diff options
author | Brad King <brad.king@kitware.com> | 2007-05-28 16:23:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-05-28 16:23:32 (GMT) |
commit | f9447119178ef75a6e5d43f8ad37720e5650906b (patch) | |
tree | ef931774b1e599c7d5de1e74870f7372c16ffecc /Source/cmake.h | |
parent | 3d822e3a25bde31e7521d6c9a589669d91b979e6 (diff) | |
download | CMake-f9447119178ef75a6e5d43f8ad37720e5650906b.zip CMake-f9447119178ef75a6e5d43f8ad37720e5650906b.tar.gz CMake-f9447119178ef75a6e5d43f8ad37720e5650906b.tar.bz2 |
STYLE: Fixed comment for Generate() method.
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 2262ba4..d0ba300 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -129,14 +129,7 @@ class cmake 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(); |