mirror of https://github.com/CGAL/cgal
limit the number of qt5 components in installation test
This commit is contained in:
parent
6117354950
commit
c23b0c33e3
|
|
@ -77,7 +77,7 @@ else()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WITH_CGAL_Qt5)
|
if(WITH_CGAL_Qt5)
|
||||||
find_package(Qt5 QUIET COMPONENTS Core Widgets Xml OpenGL Gui)
|
find_package(Qt5 QUIET COMPONENTS Core)
|
||||||
if(Qt5_FOUND)
|
if(Qt5_FOUND)
|
||||||
create_link_to_program(CGAL_Qt5)
|
create_link_to_program(CGAL_Qt5)
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue