diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-24 23:15:35 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-24 23:15:35 (GMT) |
commit | 3d9610feec2219340e01b93c9cb20c75a68fdd82 (patch) | |
tree | 8b6099ea2d301439850e1e2f1cd211fb72e01388 /Source/cmake.h | |
parent | 1cd8c643842ea02558eebaf84f192a17d4c9361f (diff) | |
download | CMake-3d9610feec2219340e01b93c9cb20c75a68fdd82.zip CMake-3d9610feec2219340e01b93c9cb20c75a68fdd82.tar.gz CMake-3d9610feec2219340e01b93c9cb20c75a68fdd82.tar.bz2 |
COMP: More fixes for non makefile generators and global targets
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index a8c8c57..e74b885 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -273,6 +273,7 @@ class cmake */ const char* GetCTestCommand(); const char* GetCPackCommand(); + const char* GetCMakeCommand() { return m_CMakeCommand.c_str(); } protected: typedef cmGlobalGenerator* (*CreateGeneratorFunctionType)(); |