From 7af862ec8a0194e9943caf3d6df44e15d830a6c8 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 29 Aug 2023 16:55:28 +0200 Subject: [PATCH] fix trailing space --- GraphicsView/demo/Segment_Delaunay_graph_Linf_2/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GraphicsView/demo/Segment_Delaunay_graph_Linf_2/CMakeLists.txt b/GraphicsView/demo/Segment_Delaunay_graph_Linf_2/CMakeLists.txt index 980aa3401a2..842ed5ff23b 100644 --- a/GraphicsView/demo/Segment_Delaunay_graph_Linf_2/CMakeLists.txt +++ b/GraphicsView/demo/Segment_Delaunay_graph_Linf_2/CMakeLists.txt @@ -16,7 +16,7 @@ if(CGAL_Qt6_FOUND AND Qt6_FOUND) add_definitions(-DQT_NO_KEYWORDS) qt_add_executable( - Segment_voronoi_linf_2 Segment_voronoi_linf_2.cpp + Segment_voronoi_linf_2 Segment_voronoi_linf_2.cpp Segment_voronoi_2.ui Segment_voronoi_2.qrc) add_to_cached_list(CGAL_EXECUTABLE_TARGETS Segment_voronoi_linf_2)