Merge pull request #10728 from delroth/steamrt-opt-out

cmake: steam runtime builds should be opt-in, not opt-out
This commit is contained in:
Pierre Bourdon 2022-06-08 16:46:18 +02:00 committed by GitHub
commit d74fb444f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ option(ENABLE_VULKAN "Enables vulkan video backend" ON)
option(USE_DISCORD_PRESENCE "Enables Discord Rich Presence, show the current game on Discord" ON)
option(USE_MGBA "Enables GBA controllers emulation using libmgba" ON)
option(ENABLE_AUTOUPDATE "Enables support for automatic updates" ON)
option(STEAM "Creates a build for Steam" ON)
option(STEAM "Creates a build for Steam" OFF)
# Maintainers: if you consider blanket disabling this for your users, please
# consider the following points: