Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo authored Nov 26, 2023
1 parent 7e55811 commit d181eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ find_package(SoQt CONFIG)

if (SoQt_FOUND)
if (PIVY_USE_QT6)
find_package(Qt5 COMPONENTS Core Widgets Gui REQUIRED)
find_package(Qt6 COMPONENTS Core Widgets Gui REQUIRED)
else (PIVY_USE_QT6)
find_package(Qt5 COMPONENTS Core Widgets Gui REQUIRED)
endif (PIVY_USE_QT6)
Expand Down

0 comments on commit d181eac

Please sign in to comment.