mirror of https://github.com/CGAL/cgal
Remove that CMakeLists.txt. The auto-generated one will be sufficient.
This commit is contained in:
parent
6e2da1578f
commit
fc6a3d9990
|
|
@ -1,15 +0,0 @@
|
|||
project( Alpha_shapes_3 )
|
||||
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.4.5)
|
||||
|
||||
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
|
||||
|
||||
find_package(CGAL REQUIRED)
|
||||
|
||||
|
||||
include( ${CGAL_USE_FILE} )
|
||||
include( CreateSingleSourceCGALProgram )
|
||||
|
||||
create_single_source_cgal_program( alpha_shapes_3.cpp )
|
||||
create_single_source_cgal_program( weighted_alpha_shapes_3.cpp )
|
||||
|
||||
Loading…
Reference in New Issue