更新 'CMakeLists.txt'

This commit is contained in:
zhongjin 2022-10-22 00:43:08 +08:00
parent 64c28c023a
commit beef3ae297

View File

@ -202,7 +202,7 @@ option(ENABLE_DEMCONVERT "Set to ON to build the dem conversion tool (default)"
option(ENABLE_HID_INPUT "Set to ON to build HID-based input code" ${EVENT_INPUT_DEFAULT})
option(ENABLE_PLIB_JOYSTICK "Set to ON to enable legacy joystick code (default)" ON)
option(ENABLE_SWIFT "Set to ON to build the swift module" ON)
option(ENABLE_SENTRY "Set to ON to build the Sentry.io crash reporting" ON)
option(ENABLE_SENTRY "Set to ON to build the Sentry.io crash reporting" OFF)
option(ENABLE_PUICOMPAT "Set to ON to enable compat GUI" OFF)
# Test-suite options.