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 14cce99 commit 7ef3ff2
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/qtbase/archive/refs/tags/${QT_VERSION}.zip"
FIND_PACKAGE_ARGS NAMES Qt5 COMPONENTS Widgets
FIND_PACKAGE_ARGS NAMES Qt5
)

FetchContent_MakeAvailable(liblcf qt5)

0 comments on commit 7ef3ff2

Please sign in to comment.