diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-30 17:34:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-06-04 13:06:41 (GMT) |
commit | 0863797037b82f01cb356cb2cd4cdcef7ca8ae48 (patch) | |
tree | 53aaecc5ba7f9c57bb97b5a56ec79532e5e024aa /Source/cmLocalGenerator.cxx | |
parent | 27e11c6fea8e863b59c0fdfd63f1e9f2528dbac4 (diff) | |
download | CMake-0863797037b82f01cb356cb2cd4cdcef7ca8ae48.zip CMake-0863797037b82f01cb356cb2cd4cdcef7ca8ae48.tar.gz CMake-0863797037b82f01cb356cb2cd4cdcef7ca8ae48.tar.bz2 |
cmLocalGenerator: ComputeObjectMaxPath just before generating.
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 6bebaa7..8931e6f 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -135,8 +135,6 @@ void cmLocalGenerator::Configure() this->Makefile->AddCMakeDependFilesFromUser(); - this->ComputeObjectMaxPath(); - this->Makefile->SetConfigured(); } |