mirror of https://github.com/CGAL/cgal
Fix name of project in CMakeLists
This commit is contained in:
parent
020c63bcf9
commit
944c034620
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.1...3.15)
|
cmake_minimum_required(VERSION 3.1...3.15)
|
||||||
|
|
||||||
project( BGL_graphcut )
|
project( BGL_graphcut_Examples )
|
||||||
|
|
||||||
|
|
||||||
# CGAL and its components
|
# CGAL and its components
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue