mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
updater: Add option to disable updater (#1949)
This commit is contained in:
committed by
GitHub
parent
4dfc43e42f
commit
75b1201372
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user