mirror of https://github.com/CGAL/cgal
Fix Cone_spanners
This commit is contained in:
parent
82d1b0daad
commit
c4dc537334
|
|
@ -7,8 +7,9 @@ project( Cone_spanners_2_Examples )
|
|||
cmake_minimum_required(VERSION 3.1)
|
||||
|
||||
find_package(CGAL QUIET COMPONENTS Core)
|
||||
find_package(LEDA QUIET)
|
||||
|
||||
if ( CGAL_FOUND AND CGAL_Core_FOUND)
|
||||
if ( CGAL_FOUND AND ( CGAL_Core_FOUND OR LEDA_FOUND ) )
|
||||
include(${CGAL_USE_FILE})
|
||||
if (MSVC)
|
||||
# Turn off a boost related warning that appears with VC2015
|
||||
|
|
|
|||
Loading…
Reference in New Issue