this not needed

This commit is contained in:
Martin Marmsoler 2023-01-25 09:01:03 +01:00
parent cec29e2003
commit 2a01f13848

View File

@ -51,6 +51,9 @@ set(BUILD_SHARED_LIBS OFF)
option(FLATPAK "Building for flatpak" OFF)
option(DEBUG_FLATPAK "Building but using flatpak urls for testing" OFF)
option(DISABLE_AUTOMATIC_UPDATE "Disable automatically updating Gittyup from the Gui instead of the package manager" OFF)
if (${DISABLE_AUTOMATIC_UPDATE})
message(FATAL_ERROR "Automatic update disabled")
endif()
option(USE_SYSTEM_OPENSSL "Use the system-wide OpenSSL installation" OFF)
option(
USE_SYSTEM_LIBGIT2