diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-08-27 11:44:52 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-08-27 11:44:52 (GMT) |
commit | e0fd2d0446101847dd40cfe4cc451667d04ddcd9 (patch) | |
tree | 39f52ae6710edb8af4533e2183077e0cdfa4abaa /Source/cmLocalUnixMakefileGenerator3.h | |
parent | ad70a236f4368c21c08bcd4ea4d28425176c4e17 (diff) | |
download | CMake-e0fd2d0446101847dd40cfe4cc451667d04ddcd9.zip CMake-e0fd2d0446101847dd40cfe4cc451667d04ddcd9.tar.gz CMake-e0fd2d0446101847dd40cfe4cc451667d04ddcd9.tar.bz2 |
Makefiles: Port CreateCDCommand to string-based API
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 42d1d91..5e1b651 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -121,8 +121,7 @@ public: // create a command that cds to the start dir then runs the commands void CreateCDCommand(std::vector<std::string>& commands, - const char* targetDir, - cmOutputConverter::RelativeRoot returnDir); + const char* targetDir, std::string const& relDir); static std::string ConvertToQuotedOutputPath(const char* p, bool useWatcomQuote); |