mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 11:10:06 -05:00
stringapi: Use strings for test names
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
|
||||
cmTypeMacro(cmSetTestsPropertiesCommand, cmCommand);
|
||||
|
||||
static bool SetOneTest(const char *tname,
|
||||
static bool SetOneTest(const std::string& tname,
|
||||
std::vector<std::string> &propertyPairs,
|
||||
cmMakefile *mf,
|
||||
std::string &errors);
|
||||
|
||||
Reference in New Issue
Block a user