mirror of
https://github.com/overte-org/overte.git
synced 2025-08-13 08:36:46 +02:00
Update CMakeLists.txt
Co-authored-by: HifiExperiments <53453710+HifiExperiments@users.noreply.github.com>
This commit is contained in:
parent
4fc571e71e
commit
f58368faab
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ set(OVERTE_DISABLE_KTX_CACHE OFF CACHE BOOL "Disable KTX Cache.")
|
|||
set(OVERTE_USE_KHR_ROBUSTNESS OFF CACHE BOOL "Use KHR_robustness.")
|
||||
|
||||
set(OVERTE_BACKTRACE_URL "" CACHE STRING "URL to an endpoint for uploading crash-dumps. For example Sentry.")
|
||||
set(OVERTE_BACKTRACE_TOKEN "" CACHE STRING "Token used to identify with release or build is uploading crash-dumps.")
|
||||
set(OVERTE_BACKTRACE_TOKEN "" CACHE STRING "Token used to identify this build, for use in uploading crash-dumps.")
|
||||
|
||||
if (ANDROID OR UWP)
|
||||
set(OVERTE_BUILD_SERVER OFF CACHE BOOL FORCE "Overwritten (mobile build)")
|
||||
|
|
Loading…
Reference in a new issue