Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10728 from delroth/steamrt-opt-out
cmake: steam runtime builds should be opt-in, not opt-out
  • Loading branch information
delroth committed Jun 8, 2022
2 parents 099aaf0 + f1b7d93 commit d74fb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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:
Expand Down

0 comments on commit d74fb44

Please sign in to comment.