Arrangement demo requires Core

This commit is contained in:
Sébastien Loriot 2016-04-26 18:52:56 +02:00
parent 0030eac1aa
commit 5918a14f69
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ include( ${CGAL_USE_FILE} )
find_package( Qt5 QUIET COMPONENTS Script Widgets )
if ( CGAL_FOUND AND CGAL_Qt5_FOUND AND Qt5_FOUND)
if ( CGAL_FOUND AND CGAL_Qt5_FOUND AND Qt5_FOUND AND CGAL_Core_FOUND)
include_directories( ./ )
# Arrangement package includes
include_directories( BEFORE ../../include )
@ -76,7 +76,7 @@ if ( CGAL_FOUND AND CGAL_Qt5_FOUND AND Qt5_FOUND)
else()
message(STATUS "NOTICE: This demo requires CGAL and Qt5, and will not be compiled.")
message(STATUS "NOTICE: This demo requires CGAL, CGAL-Core and Qt5, and will not be compiled.")
endif()