Skip to content

Commit

Permalink
Merge pull request #8098 from efifogel/Installation-qt6-efif
Browse files Browse the repository at this point in the history
Fixed order of Qt6 components in find_package(Qt6 ....)
  • Loading branch information
lrineau committed Apr 10, 2024
2 parents 8d5984b + 45451cf commit afad4a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set(CGAL_SetupCGAL_Qt6Dependencies_included TRUE)
# ^^^^^^^^^^^^
# - :module:`Qt6Config`

find_package(Qt6 QUIET COMPONENTS Widgets OpenGL OpenGLWidgets OPTIONAL_COMPONENTS Svg)
find_package(Qt6 QUIET COMPONENTS OpenGL OpenGLWidgets Widgets OPTIONAL_COMPONENTS Svg)

set(CGAL_Qt6_MISSING_DEPS "")
if(NOT Qt6OpenGLWidgets_FOUND)
Expand Down

0 comments on commit afad4a1

Please sign in to comment.