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:
authorJens Verwiebe <info@jensverwiebe.de>2012-12-12 23:54:14 +0400
committerJens Verwiebe <info@jensverwiebe.de>2012-12-12 23:54:14 +0400
commit8af6721eb5c94f29c3d4d21c0b1431dda3b1cf84 (patch)
tree6224dac6aa59d8faac66fab0f091cfa01271d3c7 /CMakeLists.txt
parentfc65922124a17a01c90615eb1723c64058f372a8 (diff)
OSX: make cmake and scons both compile jack and ndof with newer sdk's
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7433d7259ac..9b9fafdf514 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1522,7 +1522,7 @@ elseif(APPLE)
if(WITH_INPUT_NDOF)
set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} -F/Library/Frameworks -weak_framework 3DconnexionClient")
- set(NDOF_INCLUDE_DIRS /Library/Frameworks/3DconnexionClient.framework )
+ set(NDOF_INCLUDE_DIRS /Library/Frameworks/3DconnexionClient.framework/Headers )
endif()
endif()