Skip to content

Commit

Permalink
Fix 3d build for tsearch example
Browse files Browse the repository at this point in the history
  • Loading branch information
mkirilin committed Apr 16, 2024
1 parent 7bd6f81 commit cede8e0
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 @@ -79,7 +79,9 @@ foreach(n IN ITEMS timana.awk timana.sh tsrana.awk tsrana.sh perfscript.sh)
p4est_copy_resource(timings ${n})
endforeach()

p8est_example(tsearch3 timings/tsearch3.c "timings")
if(enable_p8est)
p8est_example(tsearch3 timings/tsearch3.c "timings")
endif()

endif(P4EST_HAVE_GETOPT_H)

Expand Down

0 comments on commit cede8e0

Please sign in to comment.