mirror of https://github.com/CGAL/cgal
Fix a warning
This commit is contained in:
parent
9bd6d59454
commit
71965fa7e7
|
|
@ -13,6 +13,9 @@ endif()
|
|||
# CGAL and its components
|
||||
find_package( CGAL QUIET COMPONENTS Core )
|
||||
|
||||
# include helper file
|
||||
include( ${CGAL_USE_FILE} )
|
||||
|
||||
if ( NOT CGAL_Core_FOUND )
|
||||
|
||||
message(STATUS "This project requires the CGAL_Core library, and will not be compiled.")
|
||||
|
|
@ -20,10 +23,6 @@ if ( NOT CGAL_Core_FOUND )
|
|||
|
||||
endif()
|
||||
|
||||
# include helper file
|
||||
include( ${CGAL_USE_FILE} )
|
||||
|
||||
|
||||
# Boost and its components
|
||||
find_package( Boost )
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue