Skip to content

Commit 09cc261

Browse files
committed
We use 2020.2 now.
1 parent f34712b commit 09cc261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FindFBX.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ else()
2424
endif()
2525

2626
if (NOT DEFINED FBXSDK_VERSION)
27-
set(FBXSDK_VERSION "2019.2")
27+
set(FBXSDK_VERSION "2020.2")
2828
endif()
2929

30-
set(_fbxsdk_vstudio_version "vs2019")
30+
set(_fbxsdk_vstudio_version "vs2020")
3131

3232
message("Looking for FBX SDK version: ${FBXSDK_VERSION}")
3333

0 commit comments

Comments
 (0)