mirror of https://github.com/CGAL/cgal
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:
parent
86a934027c
commit
3c92718c22
|
|
@ -1,4 +1,6 @@
|
|||
# Top level CMakeLists.txt for CGAL-branchbuild
|
||||
project(CGAL)
|
||||
|
||||
cmake_minimum_required(VERSION 2.6.2)
|
||||
|
||||
# option for branch build
|
||||
|
|
|
|||
Loading…
Reference in New Issue