Fix a warning

This commit is contained in:
Laurent Rineau 2016-11-14 15:18:11 +01:00
parent 9bd6d59454
commit 71965fa7e7
1 changed files with 3 additions and 4 deletions

View File

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