Skip to content

Commit 55ff657

Browse files
fix bug.
1 parent 1164eaa commit 55ff657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/Tests/implicit/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ add_warpx_test(
3131
OFF # dependency
3232
)
3333

34-
if(WarpX_PETSC) {
34+
if(WarpX_PETSC)
3535
add_warpx_test(
3636
test_2d_curl_curl_petsc_pc # name
3737
2 # dims
@@ -41,7 +41,7 @@ if(WarpX_PETSC) {
4141
"analysis_default_regression.py --path diags/diag1000200" # checksum
4242
OFF # dependency
4343
)
44-
}
44+
endif()
4545

4646
add_warpx_test(
4747
test_2d_theta_implicit_planar_pinch # name

0 commit comments

Comments
 (0)