From efc7d7e9aa133d8a3d7bec7086f0dea854dbfaa7 Mon Sep 17 00:00:00 2001 From: Lingjie Zhu Date: Wed, 7 Nov 2018 09:51:30 +0800 Subject: [PATCH] fix CMakeLists project names --- .../benchmark/Surface_mesh_approximation/CMakeLists.txt | 2 +- .../examples/Surface_mesh_approximation/CMakeLists.txt | 2 +- .../test/Surface_mesh_approximation/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Surface_mesh_approximation/benchmark/Surface_mesh_approximation/CMakeLists.txt b/Surface_mesh_approximation/benchmark/Surface_mesh_approximation/CMakeLists.txt index 1f30a615852..586e65d7774 100644 --- a/Surface_mesh_approximation/benchmark/Surface_mesh_approximation/CMakeLists.txt +++ b/Surface_mesh_approximation/benchmark/Surface_mesh_approximation/CMakeLists.txt @@ -1,7 +1,7 @@ # Created by the script cgal_create_CMakeLists # This is the CMake script for compiling a set of CGAL applications. -project( Surface_mesh_approximation ) +project( Surface_mesh_approximation_Benchmarks ) cmake_minimum_required(VERSION 2.8.11) diff --git a/Surface_mesh_approximation/examples/Surface_mesh_approximation/CMakeLists.txt b/Surface_mesh_approximation/examples/Surface_mesh_approximation/CMakeLists.txt index c5b1637f722..d4efe96cf06 100644 --- a/Surface_mesh_approximation/examples/Surface_mesh_approximation/CMakeLists.txt +++ b/Surface_mesh_approximation/examples/Surface_mesh_approximation/CMakeLists.txt @@ -1,7 +1,7 @@ # Created by the script cgal_create_CMakeLists # This is the CMake script for compiling a set of CGAL applications. -project( Surface_mesh_approximation ) +project( Surface_mesh_approximation_Examples ) cmake_minimum_required(VERSION 2.8.11) diff --git a/Surface_mesh_approximation/test/Surface_mesh_approximation/CMakeLists.txt b/Surface_mesh_approximation/test/Surface_mesh_approximation/CMakeLists.txt index 99ec16bf41d..02bf4d36121 100644 --- a/Surface_mesh_approximation/test/Surface_mesh_approximation/CMakeLists.txt +++ b/Surface_mesh_approximation/test/Surface_mesh_approximation/CMakeLists.txt @@ -1,7 +1,7 @@ # Created by the script cgal_create_CMakeLists # This is the CMake script for compiling a set of CGAL applications. -project( Surface_mesh_approximation ) +project( Surface_mesh_approximation_Tests ) cmake_minimum_required(VERSION 2.8.11)