mirror of https://github.com/CGAL/cgal
Fix a CMake error, only visible in pure header-only
This commit is contained in:
parent
f4ba6d2639
commit
2fa8ee5864
|
|
@ -11,7 +11,7 @@ endif()
|
||||||
find_package(CGAL COMPONENTS Core Qt5 )
|
find_package(CGAL COMPONENTS Core Qt5 )
|
||||||
include( ${CGAL_USE_FILE} )
|
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)
|
if ( CGAL_FOUND AND CGAL_Qt5_FOUND AND Qt5_FOUND AND CGAL_Core_FOUND)
|
||||||
include_directories( ./ )
|
include_directories( ./ )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue