mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
cmList: Add container conversion to string
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
#include "cmArgumentParser.h"
|
||||
#include "cmExecutionStatus.h"
|
||||
#include "cmList.h"
|
||||
#include "cmMakefile.h"
|
||||
#include "cmMessageType.h"
|
||||
#include "cmProcessOutput.h"
|
||||
@@ -356,7 +357,7 @@ bool cmExecuteProcessCommand(std::vector<std::string> const& args,
|
||||
}
|
||||
}
|
||||
status.GetMakefile().AddDefinition(arguments.ResultsVariable,
|
||||
cmJoin(res, ";"));
|
||||
cmList::to_string(res));
|
||||
} break;
|
||||
case cmsysProcess_State_Exception:
|
||||
status.GetMakefile().AddDefinition(
|
||||
|
||||
Reference in New Issue
Block a user