mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 01:28:50 -05:00
Makefiles: Port CreateCDCommand to string-based API
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user