From d2daf5f18a3c54cec67b3b9a518914fbbc3cfb29 Mon Sep 17 00:00:00 2001 From: Loic Gouarin Date: Fri, 7 Jun 2024 16:00:47 +0200 Subject: [PATCH] fix cmake --- demos/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt index 4d15c927..c26b184c 100644 --- a/demos/CMakeLists.txt +++ b/demos/CMakeLists.txt @@ -1,7 +1,7 @@ set(SCOPI_EXAMPLES two_ellipsoids.cpp two_spheres.cpp - sphere_plan.cpp + sphere_plane.cpp two_worms.cpp box_spheres_3d.cpp pile_of_sand_spheres.cpp