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."

This commit is contained in:
Robert Osfield 2010-04-29 11:59:51 +00:00
parent 4012841053
commit b028a59720

View File

@ -9,7 +9,7 @@
# correspond to the ./configure --prefix=$FBX_DIR # correspond to the ./configure --prefix=$FBX_DIR
IF(WIN32) 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) ELSE(WIN32)
SET(FBX_ROOT $ENV{FBX_DIR} CACHE PATH "Location of FBX SDK directory") SET(FBX_ROOT $ENV{FBX_DIR} CACHE PATH "Location of FBX SDK directory")
ENDIF(WIN32) ENDIF(WIN32)