Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Erwin <significant.bit@gmail.com>2016-01-27 05:08:57 +0300
committerMike Erwin <significant.bit@gmail.com>2016-01-27 05:08:57 +0300
commit499bde810598b69f9ceca9b7456bdca70d28d28b (patch)
tree4b250f05e20b95cce14545358a08c00a3cae34d3 /CMakeLists.txt
parent4a42445d3dfb647e92ceab33a721ff321b80d309 (diff)
NDOF: enable 3D mouse support on Mac by default
We used to require the 3Dconnexion driver installed at build-time so this was turned off. I reworked the code last year to remove the driver dependency so there’s no reason not to enable this.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 59a13dee7f7..9a059cb0ef1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -184,7 +184,6 @@ if (UNIX AND NOT APPLE)
elseif(WIN32)
set(_init_JACK OFF)
elseif(APPLE)
- set(_init_INPUT_NDOF OFF)
set(_init_JACK OFF)
set(_init_OPENSUBDIV OFF)
endif()