summaryrefslogtreecommitdiffstats
path: root/CMakePresets.json
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-07-11 00:00:59 +0800
committerGitHub <noreply@github.com>2024-07-11 00:00:59 +0800
commit5c9ce374e63e5d050da5349f89dc60be0c47f1ac (patch)
tree8d7e64fc93ce7fcea141d2ff9c5bd478225b7337 /CMakePresets.json
parent0e56999a573fada2cce6e94c21ef856cc88dc933 (diff)
A couple of small fixes to cmake releases (#4596)
* Correct windows file uploading * Include slang-llvm.so in releases * Neaten job names
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index 36543c1c8..7e0697afb 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -81,7 +81,7 @@
],
"variables": {
"CPACK_PACKAGE_FILE_NAME": "slang",
- "CPACK_COMPONENTS_ALL": "Unspecified;metadata"
+ "CPACK_COMPONENTS_ALL": "Unspecified;metadata;slang-llvm"
}
},
{