cmake: inlined files dir constant and removed it from cmake.h

This commit is contained in:
Bruno Manganelli
2018-11-22 21:05:05 +00:00
parent c144db1b8c
commit 3e867ed400
28 changed files with 62 additions and 85 deletions
+1 -1
View File
@@ -558,7 +558,7 @@ bool cmFileCommand::HandleStringsCommand(std::vector<std::string> const& args)
if (hex_conversion_enabled) {
// TODO: should work without temp file, but just on a memory buffer
std::string binaryFileName = this->Makefile->GetCurrentBinaryDirectory();
binaryFileName += cmake::GetCMakeFilesDirectory();
binaryFileName += "/CMakeFiles";
binaryFileName += "/FileCommandStringsBinaryFile";
if (cmHexFileConverter::TryConvert(fileName.c_str(),
binaryFileName.c_str())) {