diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-10 12:23:48 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-10 13:36:57 (GMT) |
commit | bec3487fa94093e696be170c4d85567c3c934545 (patch) | |
tree | 0470796ebcdda6b9bfb1f95ade4b75028abd3984 /Source/cmCacheManager.h | |
parent | e0f740f1b1708ac4ec43a57b8f1cbc549afe5df3 (diff) | |
download | CMake-bec3487fa94093e696be170c4d85567c3c934545.zip CMake-bec3487fa94093e696be170c4d85567c3c934545.tar.gz CMake-bec3487fa94093e696be170c4d85567c3c934545.tar.bz2 |
cmCacheManager: Remove cmMakefile dependency.
Update comment.
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r-- | Source/cmCacheManager.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h index 8462259..b779ba3 100644 --- a/Source/cmCacheManager.h +++ b/Source/cmCacheManager.h @@ -16,7 +16,6 @@ #include "cmPropertyMap.h" #include "cmState.h" -class cmMakefile; class cmMarkAsAdvancedCommand; class cmake; @@ -241,7 +240,7 @@ private: void WritePropertyEntries(std::ostream& os, CacheIterator const& i); CacheEntryMap Cache; - // Only cmake and cmMakefile should be able to add cache values + // Only cmake and cmState should be able to add cache values // the commands should never use the cmCacheManager directly friend class cmState; // allow access to add cache values friend class cmake; // allow access to add cache values |