mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
cmake: inlined files dir constant and removed it from cmake.h
This commit is contained in:
@@ -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())) {
|
||||
|
||||
Reference in New Issue
Block a user