Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
noahrav authored Nov 9, 2023
1 parent c5eb2bb commit 5afa16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FetchContent_Declare(
FetchContent_Declare(
qt5
URL "https://github.com/qt/qt5/archive/refs/tags/${QT_VERSION}.zip"
FIND_PACKAGE_ARGS NAMES Qt5::Widgets
FIND_PACKAGE_ARGS NAMES Qt5 COMPONENTS Widgets
)

FetchContent_MakeAvailable(liblcf qt5)

0 comments on commit 5afa16a

Please sign in to comment.