mirror of https://github.com/CGAL/cgal
fix project name
This commit is contained in:
parent
13da4623b9
commit
ff3c63d596
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue