From ff3c63d596a995b1ce6ceb81c562cc39887807c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 15 Sep 2022 16:48:56 +0200 Subject: [PATCH] fix project name --- Isosurfacing_3/examples/Isosurfacing_3/CMakeLists.txt | 2 +- Isosurfacing_3/test/Isosurfacing_3/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Isosurfacing_3/examples/Isosurfacing_3/CMakeLists.txt b/Isosurfacing_3/examples/Isosurfacing_3/CMakeLists.txt index 05f6a238682..7d1b543c0dd 100644 --- a/Isosurfacing_3/examples/Isosurfacing_3/CMakeLists.txt +++ b/Isosurfacing_3/examples/Isosurfacing_3/CMakeLists.txt @@ -2,7 +2,7 @@ # This is the CMake script for compiling a CGAL application. cmake_minimum_required(VERSION 3.1...3.14) -project( Isosurfacing_3_examples ) +project( Isosurfacing_3_Examples ) find_package(CGAL REQUIRED) diff --git a/Isosurfacing_3/test/Isosurfacing_3/CMakeLists.txt b/Isosurfacing_3/test/Isosurfacing_3/CMakeLists.txt index 9cdc5567981..37ab790aeb2 100644 --- a/Isosurfacing_3/test/Isosurfacing_3/CMakeLists.txt +++ b/Isosurfacing_3/test/Isosurfacing_3/CMakeLists.txt @@ -2,7 +2,7 @@ # This is the CMake script for compiling a CGAL application. cmake_minimum_required(VERSION 3.1...3.14) -project( Isosurfacing_3_tests ) +project(Isosurfacing_3_Tests ) find_package(CGAL REQUIRED)