diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-02 16:40:38 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-02 16:40:38 (GMT) |
commit | 7d82ffaf000b1393ef52d491e8a481ec18d3b7b9 (patch) | |
tree | 81200d9573261ff14a082f155c15d89d940cb100 /Source/cmGlobalUnixMakefileGenerator3.cxx | |
parent | 032cf3c99842c0b234afffad6cc73ad88ed2f4f3 (diff) | |
download | CMake-7d82ffaf000b1393ef52d491e8a481ec18d3b7b9.zip CMake-7d82ffaf000b1393ef52d491e8a481ec18d3b7b9.tar.gz CMake-7d82ffaf000b1393ef52d491e8a481ec18d3b7b9.tar.bz2 |
BUG: need to make sure paths are OK
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx index 791bdd4..171750a 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.cxx +++ b/Source/cmGlobalUnixMakefileGenerator3.cxx @@ -543,6 +543,7 @@ std::string cmGlobalUnixMakefileGenerator3::GenerateBuildCommand(const char* mak lg->GetMakefile()->SetStartOutputDirectory (this->CMakeInstance->GetStartOutputDirectory()); lg->GetMakefile()->MakeStartDirectoriesCurrent(); + lg->SetupPathConversions(); } makeCommand += " \""; |