mirror of
https://github.com/reactos/CMake.git
synced 2024-11-27 21:41:03 +00:00
Merge topic 'fix-include-directories-unix-path'
b6f6654
Use the result of converting to a unix path.
This commit is contained in:
commit
d1660f0895
@ -2797,10 +2797,10 @@ std::vector<std::string> cmTarget::GetIncludeDirectories(const char *config)
|
||||
|
||||
if(uniqueIncludes.insert(inc).second)
|
||||
{
|
||||
includes.push_back(*li);
|
||||
includes.push_back(inc);
|
||||
if (debugIncludes)
|
||||
{
|
||||
usedIncludes += " * " + *li + "\n";
|
||||
usedIncludes += " * " + inc + "\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user