cmTarget: add std::string overloads

This commit is contained in:
Vitaly Stakhovsky
2019-12-14 09:30:00 -05:00
parent 2d53894c31
commit c34b4497f8
19 changed files with 51 additions and 52 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ private:
const std::vector<std::string>& content,
bool /*prepend*/, bool /*system*/) override
{
tgt->AppendProperty("COMPILE_DEFINITIONS", this->Join(content).c_str());
tgt->AppendProperty("COMPILE_DEFINITIONS", this->Join(content));
return true; // Successfully handled.
}