summaryrefslogtreecommitdiff
path: root/cmake/files.txt.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/files.txt.ejs')
-rw-r--r--cmake/files.txt.ejs3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/files.txt.ejs b/cmake/files.txt.ejs
index 6c210347f6..6faa184c29 100644
--- a/cmake/files.txt.ejs
+++ b/cmake/files.txt.ejs
@@ -2,9 +2,8 @@
const groups = locals.groups;
-%>
# This file is generated. Do not edit. Regenerate this with scripts/generate-cmake-files.js
-
<% for (const key of Object.keys(groups).sort()) { -%>
+
# <%- key %>
<%- groups[key].sort().join('\n') %>
-
<% } -%>