From c63a5ab688c9afb3e14a3eda78f360b185877d16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 5 Nov 2015 20:43:11 +0100 Subject: [PATCH] fix typos --- Polyhedron/demo/Polyhedron/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polyhedron/demo/Polyhedron/CMakeLists.txt b/Polyhedron/demo/Polyhedron/CMakeLists.txt index c8753f4aa7c..bc80d10c8ec 100644 --- a/Polyhedron/demo/Polyhedron/CMakeLists.txt +++ b/Polyhedron/demo/Polyhedron/CMakeLists.txt @@ -303,7 +303,7 @@ if(CGAL_Qt5_FOUND AND Qt5_FOUND AND OPENGL_FOUND AND QGLVIEWER_FOUND) polyhedron_demo_plugin(stl_plugin Polyhedron_demo_stl_plugin) target_link_libraries(stl_plugin scene_polyhedron_item scene_polygon_soup_item) - qt5_wrap_ui( xyzUI_filesAdd_point_set_dialog.ui) + qt5_wrap_ui( xyzUI_FILES Add_point_set_dialog.ui) polyhedron_demo_plugin(xyz_plugin Polyhedron_demo_xyz_plugin ${xyzUI_FILES}) target_link_libraries(xyz_plugin scene_points_with_normal_item)