Fix qt5 installation test

This commit is contained in:
Maxime Gimeno 2021-02-02 11:30:43 +01:00
parent 247c965a71
commit 61d3ce86d2
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ else()
endif()
if(WITH_CGAL_Qt5)
find_package(Qt5 QUIET)
find_package(Qt5 QUIET COMPONENTS Core Widgets Xml OpenGL Gui)
if(Qt5_FOUND)
create_link_to_program(CGAL_Qt5)
endif()