diff options
author | Brad King <brad.king@kitware.com> | 2002-01-22 15:17:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2002-01-22 15:17:37 (GMT) |
commit | 8ed3ce29bf3b185ecc0f8b5132cac497f4150e0b (patch) | |
tree | c3aca1b0fbbc12d23eb248e20c90da27cd8a2ad7 /Source/cmake.cxx | |
parent | 0e0e4c1a1a0121c4afb6974b93b3c1aa701fc2e8 (diff) | |
download | CMake-8ed3ce29bf3b185ecc0f8b5132cac497f4150e0b.zip CMake-8ed3ce29bf3b185ecc0f8b5132cac497f4150e0b.tar.gz CMake-8ed3ce29bf3b185ecc0f8b5132cac497f4150e0b.tar.bz2 |
ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index c65ca8a..6c845cb 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -384,9 +384,6 @@ int cmake::Generate(const std::vector<std::string>& args, bool buildMakefiles) // compute system info gen->ComputeSystemInfo(); - // Transfer the cache into the makefile's definitions. - cmCacheManager::GetInstance()->DefineCache(&mf); - std::string lf = mf.GetStartDirectory(); lf += "/CMakeLists.txt"; if(!mf.ReadListFile(lf.c_str())) |