From d270a50ae839cc421c82b6f1de2811f67500969c Mon Sep 17 00:00:00 2001 From: t steve <pro@stevetonneau.fr> Date: Thu, 4 May 2017 10:46:39 +0200 Subject: [PATCH] removing unexisting file from cmake --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f8a28be..c21c23f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,6 @@ add_subdirectory (src/tests/spline_test) install(FILES ${CMAKE_SOURCE_DIR}/include/spline/bernstein.h - ${CMAKE_SOURCE_DIR}/include/spline/bezier_polynom_conversion.h ${CMAKE_SOURCE_DIR}/include/spline/curve_abc.h ${CMAKE_SOURCE_DIR}/include/spline/exact_cubic.h ${CMAKE_SOURCE_DIR}/include/spline/MathDefs.h -- GitLab