adobe / USD-Fileformat-plugins

A collection of USD fileformat plugins
298 stars 22 forks source link

Cmake FIND_FBXSDK fails on version 2020.3.7 for visual studio due to new folder structure in FBXSDK_ROOT #14

Closed bowald closed 4 months ago

bowald commented 4 months ago

Hello! :)

FIND_FBXSDK fails on version 2020.3.7 for Visual Studio. Due to not finding the LIBRARY files The folder for the ${FBX_COMPILER_SUFFIX} has been removed in this version of the FBX SDK and the lib files are now under FBXSDK_ROOT/lib/${FBX_PLATFORM_SUFFIX}/release

My current workaround has been to downgrade to 2020.2.1 (this version still has the vs2019 folder). But heads up if anyone else is on a newer version of FBX SDK.

Also, thanks for open-sourcing the fileformat plugins. Cheers.

bowald commented 4 months ago

Missed that the FBX SDK version was specified to 2020.2.1 in the readme, so this is not really an issue.

kwblackstone commented 4 months ago

Thanks for reporting this, we will be looking into updating the SDK soon.