mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
cmTarget: add std::string overloads
This commit is contained in:
@@ -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.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user