mirror of
https://github.com/reactos/CMake.git
synced 2025-02-20 03:31:55 +00:00
Merge branch 'ninja-fortran-depfile-fix' into release
This commit is contained in:
commit
849f1ec1c0
@ -980,7 +980,9 @@ void cmNinjaTargetGenerator::WriteTargetDependInfo(std::string const& lang)
|
||||
lang, this->GetConfigName());
|
||||
for (std::vector<std::string>::iterator i = includes.begin();
|
||||
i != includes.end(); ++i) {
|
||||
tdi_include_dirs.append(*i);
|
||||
// Convert the include directories the same way we do for -I flags.
|
||||
// See upstream ninja issue 1251.
|
||||
tdi_include_dirs.append(this->ConvertToNinjaPath(*i));
|
||||
}
|
||||
|
||||
Json::Value& tdi_linked_target_dirs = tdi["linked-target-dirs"] =
|
||||
|
Loading…
x
Reference in New Issue
Block a user