Make the update check cmake option default for all platforms
(cherry picked from commit 46f9a9a005
)
This commit is contained in:
parent
1664e02fa6
commit
3890278505
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue