diff options
author | Brad King <brad.king@kitware.com> | 2013-10-18 17:30:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-18 17:32:39 (GMT) |
commit | a8226e91d75e595248a176966f3f645203f12072 (patch) | |
tree | 23c08ad0e211046f545b665a89274189ca18fd6b /Source/cmCacheManager.h | |
parent | 919e1e845361d6e29789f5347d12af3318452843 (diff) | |
download | CMake-a8226e91d75e595248a176966f3f645203f12072.zip CMake-a8226e91d75e595248a176966f3f645203f12072.tar.gz CMake-a8226e91d75e595248a176966f3f645203f12072.tar.bz2 |
cmake: Drop support for "-i" wizard mode
Tell users to pass cache values with the -D option on the command line
or use cmake-gui or ccmake.
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r-- | Source/cmCacheManager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h index 2eb440a..4b8c07d 100644 --- a/Source/cmCacheManager.h +++ b/Source/cmCacheManager.h @@ -179,7 +179,6 @@ private: // the commands should never use the cmCacheManager directly friend class cmMakefile; // allow access to add cache values friend class cmake; // allow access to add cache values - friend class cmakewizard; // allow access to add cache values friend class cmMarkAsAdvancedCommand; // allow access to add cache values }; |