fix the documentation

This commit is contained in:
Laurent Rineau 2024-10-17 00:49:27 +02:00
parent d7dc57f3ce
commit a0d79b7559
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ This section describes a minimal example of a program that uses \cgal and Qt6 fo
\skip if(CGAL_Qt6_FOUND)
\until target_link_libraries(draw_surface_mesh PUBLIC CGAL::CGAL_Basic_viewer)
\until target_link_libraries(draw_surface_mesh PRIVATE CGAL::CGAL_Basic_viewer)
\skip endif
\until #end of the file