From 849e9793076631b6860f39258fc2661116004161 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Fri, 28 Jan 2022 15:51:08 -0800 Subject: [PATCH] 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 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b577dce71a..1b08d05a4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )