Fix Cone_spanners

This commit is contained in:
Andreas Fabri 2019-03-26 17:36:42 +01:00
parent 82d1b0daad
commit c4dc537334
1 changed files with 2 additions and 1 deletions

View File

@ -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