Fix a CMake error, only visible in pure header-only

This commit is contained in:
Laurent Rineau 2018-04-13 11:15:37 +02:00
parent f4ba6d2639
commit 2fa8ee5864
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ endif()
find_package(CGAL COMPONENTS Core Qt5 )
include( ${CGAL_USE_FILE} )
find_package( Qt5 QUIET COMPONENTS Gui )
find_package( Qt5 QUIET COMPONENTS Gui Widgets)
if ( CGAL_FOUND AND CGAL_Qt5_FOUND AND Qt5_FOUND AND CGAL_Core_FOUND)
include_directories( ./ )