Skip to content

Commit 1ddf817

Browse files
committed
make - only test Rust QFunctions when requested
1 parent 1cf7c80 commit 1ddf817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ external_examples := \
787787
$(if $(DEAL_II_DIR),$(dealiiexamples)) \
788788
$(if $(PETSC_DIR),$(fluidsexamples)) \
789789
$(if $(PETSC_DIR),$(solidsexamples)) \
790-
$(rustqfunctionsexamples)
790+
$(if $(or $(RUST_QF),$(GPU_CLANG)),$(rustqfunctionsexamples))
791791

792792
allexamples = $(examples) $(external_examples)
793793

0 commit comments

Comments
 (0)