mirror of https://github.com/CGAL/cgal
Fix qt5 installation test
This commit is contained in:
parent
247c965a71
commit
61d3ce86d2
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue