Skip to content

Commit

Permalink
Fix 3d build for periodicity example
Browse files Browse the repository at this point in the history
  • Loading branch information
mkirilin committed Apr 16, 2024
1 parent cede8e0 commit 619c058
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ p4est_p8est_example(mesh mesh)
p4est_p8est_example(simple simple)
p4est_copy_resource(mesh conndebug.p8c)

p4est_example(periodicity3 mesh/periodicity3.c "mesh")
if(enable_p8est)
p4est_example(periodicity3 mesh/periodicity3.c "mesh")
endif()

p4est_p8est_example(count_quadrants search)

Expand Down

0 comments on commit 619c058

Please sign in to comment.