We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79103f commit 10929e8Copy full SHA for 10929e8
2 files changed
.github/workflows/build-nabla.yml
@@ -174,7 +174,7 @@ jobs:
174
--target install `
175
--config ${{ matrix.config }}
176
177
- - name: Container – Install and self-test NSC runtime bundle
+ - name: Container – Install and verify NSC runtime bundle
178
run: |
179
docker exec orphan `
180
${{ env.entry }} ${{ env.cmd }} -Command ctest `
cmake/common.cmake
@@ -1521,8 +1521,6 @@ namespace @IMPL_NAMESPACE@ {
1521
set(MODE_ARGS "")
1522
if(RULE_MODE STREQUAL "preprocess")
1523
set(OUTPUT_EXT ".preprocessed.hlsl")
1524
- set(OUTPUT_PREFIX "")
1525
- set(OUTPUT_GROUP_BY_CONFIG FALSE)
1526
list(APPEND MODE_ARGS -P)
1527
endif()
1528
0 commit comments