fix project name

This commit is contained in:
Sébastien Loriot 2022-09-15 16:48:56 +02:00
parent 13da4623b9
commit ff3c63d596
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)