Add project(CGAL) to the master CMakeLists.txt of branch-build

Otherwise the generated IDE projects (in Visual Studio for example) are
named "Project" when branch-build is used.
This commit is contained in:
Laurent Rineau 2011-10-17 12:07:26 +00:00
parent 86a934027c
commit 3c92718c22
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
# Top level CMakeLists.txt for CGAL-branchbuild
project(CGAL)
cmake_minimum_required(VERSION 2.6.2)
# option for branch build