updater: Add option to disable updater (#1949)

This commit is contained in:
Pedro Montes Alcalde
2022-07-14 01:44:17 -03:00
committed by GitHub
parent 4dfc43e42f
commit 75b1201372
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
option(USE_DISCORD_RICH_PRESENCE "Build Vita3K with Discord Rich Presence" ON)
option(USE_VULKAN "Build Vita3K with Vulkan backend." OFF)
option(USE_VITA3K_UPDATE "Build Vita3K with updater." ON)
if("${CMAKE_CXX_COMPILER_LAUNCHER}" STREQUAL "")
find_program(CCACHE_PROGRAM ccache)