Make the update check cmake option default for all platforms

(cherry picked from commit 46f9a9a005)
This commit is contained in:
Marek Roszko 2024-03-02 14:15:33 -05:00 committed by Mark Roszko
parent 1664e02fa6
commit 3890278505
1 changed files with 2 additions and 3 deletions

View File

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