From b028a597206d125d9b43fa6327824a4350d33699 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 29 Apr 2010 11:59:51 +0000 Subject: [PATCH] From Michael Platings, "I've updated the FBX plugin to use the latest version of the FBX SDK. I've checked in the plugin files myself, but I need you to check in this change to FindFBX.cmake to change the SDK directory." --- CMakeModules/FindFBX.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/FindFBX.cmake b/CMakeModules/FindFBX.cmake index 7716e885d..c0d068388 100644 --- a/CMakeModules/FindFBX.cmake +++ b/CMakeModules/FindFBX.cmake @@ -9,7 +9,7 @@ # correspond to the ./configure --prefix=$FBX_DIR IF(WIN32) -SET(FBX_ROOT "$ENV{PROGRAMFILES}/Autodesk/FBX/FbxSdk/2010.2" CACHE PATH "Location of FBX SDK directory") +SET(FBX_ROOT "$ENV{PROGRAMFILES}/Autodesk/FBX/FbxSdk/2011.2" CACHE PATH "Location of FBX SDK directory") ELSE(WIN32) SET(FBX_ROOT $ENV{FBX_DIR} CACHE PATH "Location of FBX SDK directory") ENDIF(WIN32)