diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index ec553bd..94b875f 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -256,6 +256,11 @@ class cmake bool HasWrittenFile(const char* file); void CleanupWrittenFiles(); + /** + * Generate CMAKE_ROOT and CMAKE_COMMAND cache entries + */ + int AddCMakePaths(const char *arg0); + protected: typedef cmGlobalGenerator* (*CreateGeneratorFunctionType)(); typedef std::map<cmStdString, CreateGeneratorFunctionType> RegisteredGeneratorsMap; @@ -284,11 +289,6 @@ protected: */ int CheckBuildSystem(); - /** - * Generate CMAKE_ROOT and CMAKE_COMMAND cache entries - */ - int AddCMakePaths(const char *arg0); - void SetDirectoriesFromFile(const char* arg); cmVariableWatch* m_VariableWatch; |