New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMakeLists: Add flag to enable / disable automatic update support #10516
Conversation
|
I'm undecided on whether -DSTEAM=ON would be better than -DAUTOUPDATE=OFF or something along those lines. Instead of treating the Steam build specially in that regard, wouldn't it be better to allow disabling features independently of the target? |
|
I was thinking that a |
|
Changed the flag to |
|
FifoCI detected that this change impacts graphical rendering. Here are the behavior differences detected by the system:
automated-fifoci-reporter |
This PR introduces a new CMake option (
ENABLE_AUTOUPDATE) and a new define (AUTOUPDATE), which allows one to disable automatic updater support in Windows and macOS builds.