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 c90872f commit 78ed056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ FetchContent_Declare(
)

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

FetchContent_MakeAvailable(liblcf Qt5)
FetchContent_MakeAvailable(liblcf qt5)

0 comments on commit 78ed056

Please sign in to comment.