fix: set Launcher_FORCE_BUNDLED_LIBS=on by default

We need to wait for a new QuaZip release to become widely available, until we can turn this off again
This commit is contained in:
Sefa Eyeoglu 2022-01-27 12:52:58 +01:00
parent 88686ef065
commit 71516e6c72
No known key found for this signature in database
GPG Key ID: C10411294912A422

View File

@ -81,7 +81,8 @@ set(Launcher_DISCORD_URL "https://discord.gg/Z52pwxWCHP" CACHE STRING "URL for t
set(Launcher_SUBREDDIT_URL "" CACHE STRING "URL for the subreddit.")
# Builds
set(Launcher_FORCE_BUNDLED_LIBS OFF CACHE BOOL "Prevent using system libraries, if they are available as submodules")
# TODO: Launcher_FORCE_BUNDLED_LIBS should be off in the future, but as of QuaZip 1.2, we can't do that yet.
set(Launcher_FORCE_BUNDLED_LIBS ON CACHE BOOL "Prevent using system libraries, if they are available as submodules")
set(Launcher_QT_VERSION_MAJOR "5" CACHE STRING "Major Qt version to build against")