limit the number of qt5 components in installation test

This commit is contained in:
Maxime Gimeno 2021-02-04 12:01:14 +01:00
parent 6117354950
commit c23b0c33e3
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 COMPONENTS Core Widgets Xml OpenGL Gui)
find_package(Qt5 QUIET COMPONENTS Core)
if(Qt5_FOUND)
create_link_to_program(CGAL_Qt5)
endif()