summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-04-29 14:02:53 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-04-29 14:02:53 (GMT)
commit42db1870120481bbd75dd1b056bc7909c2da9232 (patch)
tree23e1236ffb563c16b1a27096d8662b79c0e61d04 /Source/cmCacheManager.h
parentaae914bdd21af81739594bb94e935181925872a1 (diff)
downloadCMake-42db1870120481bbd75dd1b056bc7909c2da9232.zip
CMake-42db1870120481bbd75dd1b056bc7909c2da9232.tar.gz
CMake-42db1870120481bbd75dd1b056bc7909c2da9232.tar.bz2
ENH: Add method to convert from CacheEntryType to string
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r--Source/cmCacheManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h
index 3dbaa58..12c2aef 100644
--- a/Source/cmCacheManager.h
+++ b/Source/cmCacheManager.h
@@ -90,6 +90,7 @@ public:
* can be different than just a path input
*/
static CacheEntryType StringToType(const char*);
+ static const char* TypeToString(CacheEntryType);
///! Load a cache for given makefile. Loads from ouput home.
bool LoadCache(cmMakefile*);