From 91ffe2ee5bd8733c9e195c9b99bcda85b3aaba0d 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 11154da..9a37cd5 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