diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-05-02 15:53:39 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-05-02 15:53:39 (GMT) |
commit | d649156aa1d911e4cfa8546a960bc4461b85ff2b (patch) | |
tree | 48899e33e2011ce63cf3d77573c977cf28cd245f /Source/CMakeBuildTargets.cxx | |
parent | 6d5508e64b970d0e0b3efa3625e9b7dddefc2566 (diff) | |
download | CMake-d649156aa1d911e4cfa8546a960bc4461b85ff2b.zip CMake-d649156aa1d911e4cfa8546a960bc4461b85ff2b.tar.gz CMake-d649156aa1d911e4cfa8546a960bc4461b85ff2b.tar.bz2 |
cache loaded into makefile
Diffstat (limited to 'Source/CMakeBuildTargets.cxx')
-rw-r--r-- | Source/CMakeBuildTargets.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeBuildTargets.cxx b/Source/CMakeBuildTargets.cxx index 093fcf5..4626ccf 100644 --- a/Source/CMakeBuildTargets.cxx +++ b/Source/CMakeBuildTargets.cxx @@ -116,6 +116,7 @@ int main(int ac, char** av) // Read and parse the input makefile mf.MakeStartDirectoriesCurrent(); cmCacheManager::GetInstance()->LoadCache(&mf); + cmCacheManager::GetInstance()->DefineCache(&mf); if(!mf.ReadListFile(av[1])) { Usage(av[0]); |