Fix name of project in CMakeLists

This commit is contained in:
Simon Giraudot 2020-01-16 11:59:05 +01:00
parent 020c63bcf9
commit 944c034620
1 changed files with 1 additions and 1 deletions

View File

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