diff options
author | Brad King <brad.king@kitware.com> | 2007-03-08 13:38:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-03-08 13:38:40 (GMT) |
commit | 2f2b5b25034c5b26bf59dc4dc900c21d448ad30b (patch) | |
tree | bc117b62fd8ee0a30564e8e260373667436192ad /Source/cmake.cxx | |
parent | 9a5a051f2134f3a5ca2d4d04286770239ef32ca3 (diff) | |
download | CMake-2f2b5b25034c5b26bf59dc4dc900c21d448ad30b.zip CMake-2f2b5b25034c5b26bf59dc4dc900c21d448ad30b.tar.gz CMake-2f2b5b25034c5b26bf59dc4dc900c21d448ad30b.tar.bz2 |
ENH: SetupPathConversions is now called automatically on demand.
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 629713e..6f6c4cd 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -1210,7 +1210,6 @@ int cmake::ExecuteCMakeCommand(std::vector<std::string>& args) lgd->GetMakefile()->SetStartDirectory(startDir.c_str()); lgd->GetMakefile()->SetStartOutputDirectory(startOutDir.c_str()); lgd->GetMakefile()->MakeStartDirectoriesCurrent(); - lgd->SetupPathConversions(); // Actually scan dependencies. return lgd->ScanDependencies(depInfo.c_str())? 0 : 2; |