mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Fix shadowed variable warning on dashboard results
This commit is contained in:
@@ -2132,7 +2132,7 @@ void cmMakefile::ExpandVariables()
|
||||
l != this->Targets.end(); ++l)
|
||||
{
|
||||
cmTarget &t = l->second;
|
||||
const char *includeDirs = t.GetProperty("INCLUDE_DIRECTORIES");
|
||||
includeDirs = t.GetProperty("INCLUDE_DIRECTORIES");
|
||||
if (includeDirs)
|
||||
{
|
||||
std::string dirs = includeDirs;
|
||||
|
||||
Reference in New Issue
Block a user