OSX/cmake: fix ndof compile

This commit is contained in:
Jens Verwiebe 2012-12-12 18:31:19 +00:00
parent 5783283d72
commit 26ae649b01

@ -1521,7 +1521,8 @@ elseif(APPLE)
endif()
if(WITH_INPUT_NDOF)
set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} -weak_framework 3DconnexionClient")
set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} -F/Library/Frameworks -weak_framework 3DconnexionClient")
set(NDOF_INCLUDE_DIRS /Library/Frameworks/3DconnexionClient.framework )
endif()
endif()