[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39145] trunk/blender/CMakeLists.txt: fix for building ndof with cmake on osx

Campbell Barton ideasman42 at gmail.com
Sun Aug 7 17:06:35 CEST 2011


Revision: 39145
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39145
Author:   campbellbarton
Date:     2011-08-07 15:06:35 +0000 (Sun, 07 Aug 2011)
Log Message:
-----------
fix for building ndof with cmake on osx

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

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2011-08-07 14:57:25 UTC (rev 39144)
+++ trunk/blender/CMakeLists.txt	2011-08-07 15:06:35 UTC (rev 39145)
@@ -1010,6 +1010,10 @@
 			if(NOT 3D_CONNEXION_CLIENT_LIBRARY)
 				set(WITH_INPUT_NDOF OFF)
 			endif()
+
+			if(WITH_INPUT_NDOF)
+				set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} -weak_framework 3DconnexionClient")
+			endif()
 		endif()
 
 	else()




More information about the Bf-blender-cvs mailing list