Default Spacemouse OFF for now

Currently, the SpaceNav library is only implemented for MacOS and
Windows.  Until this can be correctly implemented for all supported
platforms, we need to make the option default off
This commit is contained in:
Seth Hillbrand 2022-01-28 15:51:08 -08:00
parent 68a0b99835
commit 849e979307
1 changed files with 2 additions and 2 deletions

View File

@ -153,8 +153,8 @@ option( KICAD_STEP_EXPORT_LIB
OFF )
option( KICAD_USE_3DCONNEXION
"Build KiCad with support for 3Dconnexion devices"
ON )
"Build KiCad with support for 3Dconnexion devices (Currently only for Mac/MSW)"
OFF )
if( KICAD_USE_3DCONNEXION )
if( WIN32 )