Skip to content

Commit 10929e8

Browse files
committed
Keep NSC preprocess outputs per config
1 parent c79103f commit 10929e8

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build-nabla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
--target install `
175175
--config ${{ matrix.config }}
176176
177-
- name: Container – Install and self-test NSC runtime bundle
177+
- name: Container – Install and verify NSC runtime bundle
178178
run: |
179179
docker exec orphan `
180180
${{ env.entry }} ${{ env.cmd }} -Command ctest `

cmake/common.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,8 +1521,6 @@ namespace @IMPL_NAMESPACE@ {
15211521
set(MODE_ARGS "")
15221522
if(RULE_MODE STREQUAL "preprocess")
15231523
set(OUTPUT_EXT ".preprocessed.hlsl")
1524-
set(OUTPUT_PREFIX "")
1525-
set(OUTPUT_GROUP_BY_CONFIG FALSE)
15261524
list(APPEND MODE_ARGS -P)
15271525
endif()
15281526

0 commit comments

Comments
 (0)