mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
stringapi: Use strings in target name
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
/**
|
||||
* Used by this command and cmSetPropertiesCommand
|
||||
*/
|
||||
static bool SetOneTarget(const char *tname,
|
||||
static bool SetOneTarget(const std::string& tname,
|
||||
std::vector<std::string> &propertyPairs,
|
||||
cmMakefile *mf);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user