Skip to content
Snippets Groups Projects
Commit 657047cd authored by Kyle Edwards's avatar Kyle Edwards
Browse files

Ninja Multi-Config: Fix clean:all target

parent c35d1927
No related branches found
No related tags found
No related merge requests found
......@@ -1863,6 +1863,7 @@ void cmGlobalNinjaGenerator::WriteTargetClean(std::ostream& os)
byproducts.push_back(
this->BuildAlias(GetByproductsForCleanTargetName(), config));
}
byproducts.emplace_back(GetByproductsForCleanTargetName());
build.Variables["TARGETS"] = cmJoin(byproducts, " ");
for (auto const& fileConfig : configs) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment