diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index ff9d11f..4502d32 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -65,11 +65,10 @@ class cmake */ int Generate(const std::vector<std::string>&, bool buildMakefiles = true); - /** - * Generate the SourceFilesList from the SourceLists. This should only be - * done once to be safe. - */ + ///! Parse command line arguments void SetArgs(cmMakefile& builder, const std::vector<std::string>&); + ///! Parse command line arguments that might set cache values + void SetCacheArgs(cmMakefile& builder, const std::vector<std::string>&); /** * Generate CMAKE_ROOT and CMAKE_COMMAND cache entries |