Skip to content

Commit

Permalink
Fix example file name
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Nov 6, 2024
1 parent 4020165 commit a39d3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Polygon_repair/examples/Polygon_repair/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ endforeach()

if(CGAL_Qt6_FOUND)
target_link_libraries(repair_non_zero_polygon_2 PUBLIC CGAL::CGAL_Basic_viewer)
target_link_libraries(repair_join_intersect PUBLIC CGAL::CGAL_Basic_viewer)
target_link_libraries(repair_union_intersect_2 PUBLIC CGAL::CGAL_Basic_viewer)
endif()

0 comments on commit a39d3cc

Please sign in to comment.