From 62a646ecf3869c2a95e751ed6ad05a268221cbf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 15 Dec 2021 15:22:30 +0100 Subject: [PATCH] fix invalid target name --- Polyhedron/demo/Polyhedron/Plugins/IO/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polyhedron/demo/Polyhedron/Plugins/IO/CMakeLists.txt b/Polyhedron/demo/Polyhedron/Plugins/IO/CMakeLists.txt index f11a57e817e..ad17a33d632 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/IO/CMakeLists.txt +++ b/Polyhedron/demo/Polyhedron/Plugins/IO/CMakeLists.txt @@ -136,7 +136,7 @@ if(3MF_LIBRARIES include_directories(${3MF_INCLUDE_DIR}) polyhedron_demo_plugin(io_3mf_plugin 3mf_io_plugin KEYWORDS Viewer PMP) target_link_libraries(io_3mf_plugin PRIVATE scene_surface_mesh_item scene_points_with_normal_item scene_polylines_item ${3MF_LIBRARIES}) - target_compile_definitions(3mf_io_plugin PRIVATE -DCGAL_LINKED_WITH_3MF) + target_compile_definitions(io_3mf_plugin PRIVATE -DCGAL_LINKED_WITH_3MF) else() message( STATUS