Fixed wrong project name

This commit is contained in:
Mael Rouxel-Labbé 2018-12-19 22:56:00 +01:00
parent 663bf96c05
commit f3c1f7afc0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# This is the CMake script for compiling a CGAL application.
project( Periodic_4_hyperbolic_triangulation_2_test )
project( Periodic_4_hyperbolic_triangulation_2_benchmark )
cmake_minimum_required(VERSION 2.8.10)