Change project names in CMakeLists

This commit is contained in:
Andreas Fabri 2018-11-15 18:09:39 +01:00
parent 079dce0e54
commit 1351746df0
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Created by the script cgal_create_CMakeLists # Created by the script cgal_create_CMakeLists
# This is the CMake script for compiling a set of CGAL applications. # This is the CMake script for compiling a set of CGAL applications.
project( Heat_method_3 ) project( Heat_method_3_Examples )
cmake_minimum_required(VERSION 2.8.11) cmake_minimum_required(VERSION 2.8.11)

View File

@ -1,7 +1,7 @@
# Created by the script cgal_create_CMakeLists # Created by the script cgal_create_CMakeLists
# This is the CMake script for compiling a set of CGAL applications. # This is the CMake script for compiling a set of CGAL applications.
project( Heat_method_3 ) project( Heat_method_3_Tests )
cmake_minimum_required(VERSION 2.8.11) cmake_minimum_required(VERSION 2.8.11)