We use 2020.2 now.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 21:21:55 -07:00
parent f34712b66e
commit 09cc261f69
1 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@ else()
endif()
if (NOT DEFINED FBXSDK_VERSION)
set(FBXSDK_VERSION "2019.2")
set(FBXSDK_VERSION "2020.2")
endif()
set(_fbxsdk_vstudio_version "vs2019")
set(_fbxsdk_vstudio_version "vs2020")
message("Looking for FBX SDK version: ${FBXSDK_VERSION}")