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:
parent
68a0b99835
commit
849e979307
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue