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-11-12 14:51:29 +0400
committerJens Verwiebe <info@jensverwiebe.de>2012-11-12 14:51:29 +0400
commit5993a10f94de9eb7d4b2b2e770e282e6cee63f5b (patch)
treedb18c0b9ead061ec08658aebfc075611e11ae70a /CMakeLists.txt
parent0fc0cb351b5e838dce7a14e8fe68fb6f7125eab0 (diff)
OSX/cmake: revert a testchange back for kaito
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 67ab481c933..1e5f62355af 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1482,7 +1482,7 @@ elseif(APPLE)
endif()
if(WITH_INPUT_NDOF)
- set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} -weak_framework /Library/Frameworks/3DconnexionClient.framework/3DconnexionClient")
+ set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} -weak_framework 3DconnexionClient")
endif()
endif()