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 a7b1c05 commit 025ffbf
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 @@ -13,7 +13,7 @@ FetchContent_MakeAvailable(liblcf)

FetchContent_Declare(
qt5
URL "https://github.com/qt/qt5/archive/refs/tags/${QT_VERSION}.zip"
URL "https://github.com/qt/qtbase/archive/refs/tags/${QT_VERSION}.zip"
FIND_PACKAGE_ARGS
NAMES Qt5
COMPONENTS Widgets
Expand Down

0 comments on commit 025ffbf

Please sign in to comment.