[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38986] trunk/blender/CMakeLists.txt: Cmake: compile with NDOF default off.

Ton Roosendaal ton at blender.org
Wed Aug 3 15:31:34 CEST 2011


Revision: 38986
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38986
Author:   ton
Date:     2011-08-03 13:31:33 +0000 (Wed, 03 Aug 2011)
Log Message:
-----------
Cmake: compile with NDOF default off. This is a dependency on code
that's not in our svn.

Modified Paths:
--------------
    trunk/blender/CMakeLists.txt

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2011-08-03 13:00:11 UTC (rev 38985)
+++ trunk/blender/CMakeLists.txt	2011-08-03 13:31:33 UTC (rev 38986)
@@ -179,7 +179,7 @@
 option(WITH_LZMA          "Enable best LZMA compression, (used for pointcache)" ON)
 
 # Misc
-option(WITH_INPUT_NDOF "Enable NDOF input devices (SpaceNavigator and friends)" ON)
+option(WITH_INPUT_NDOF "Enable NDOF input devices (SpaceNavigator and friends)" OFF)
 option(WITH_RAYOPTIMIZATION	"Enable use of SIMD (SSE) optimizations for the raytracer" ON) 
 if(UNIX AND NOT APPLE)
 	option(WITH_INSTALL_PORTABLE "Install redistributeable runtime, otherwise install into CMAKE_INSTALL_PREFIX" ON)




More information about the Bf-blender-cvs mailing list