From 07c0a2daa8aed95b2197258efafa97b96277ce27 Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Fri, 15 May 2020 15:24:12 +0200 Subject: [PATCH] small fix cmake --- src/meshlabplugins/filter_voronoi/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlabplugins/filter_voronoi/CMakeLists.txt b/src/meshlabplugins/filter_voronoi/CMakeLists.txt index 5409964dc..1f01efa8a 100644 --- a/src/meshlabplugins/filter_voronoi/CMakeLists.txt +++ b/src/meshlabplugins/filter_voronoi/CMakeLists.txt @@ -3,7 +3,7 @@ ### Generated file! Edit the templates in src/templates, ### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_sample.cmake, +### or create a derived template in src/templates/filter_voronoi.cmake, ### then re-run ./make-cmake.py set(SOURCES filter_voronoi.cpp)