Make the update check cmake option default for all platforms

This commit is contained in:
Marek Roszko 2024-03-02 14:15:33 -05:00
parent 9c371e2ef5
commit 46f9a9a005
1 changed files with 2 additions and 3 deletions

View File

@ -106,10 +106,9 @@ option( KICAD_SCRIPTING_WXPYTHON
ON ) ON )
mark_as_advanced( KICAD_SCRIPTING_WXPYTHON ) mark_as_advanced( KICAD_SCRIPTING_WXPYTHON )
cmake_dependent_option( KICAD_UPDATE_CHECK option( KICAD_UPDATE_CHECK
"Build in update check" "Build in update check"
ON "APPLE_OR_WIN32" ON )
OFF )
# EGL is only needed on Linux with Wayland # EGL is only needed on Linux with Wayland
cmake_dependent_option( KICAD_USE_EGL cmake_dependent_option( KICAD_USE_EGL