mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
stringapi: Use strings in target name
This commit is contained in:
@@ -136,7 +136,7 @@ public:
|
||||
return this->DependLibraries;
|
||||
}
|
||||
void AddDependTarget(const char* configName,
|
||||
const char* tName)
|
||||
const std::string& tName)
|
||||
{
|
||||
if(!configName)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user