Skip to content

Commit af9a117

Browse files
committed
Fix merge
1 parent 5fe8220 commit af9a117

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/project_parser.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -525,12 +525,6 @@ Project::Project(const Project *parent, const std::string &path, bool build) {
525525

526526
t.optional("msvc-static", target.allow_msvc_static);
527527

528-
if (!target.headers.empty()) {
529-
auto &sources = target.sources.nth(0).value();
530-
const auto &headers = target.headers.nth(0)->second;
531-
sources.insert(sources.end(), headers.begin(), headers.end());
532-
}
533-
534528
t.optional("condition", target.condition);
535529
t.optional("alias", target.alias);
536530

0 commit comments

Comments
 (0)