mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 01:02:12 +02:00
bump FBX SDK version back to 2017
This commit is contained in:
parent
647377d07a
commit
6519a9c45b
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@
|
|||
|
||||
if (NOT FBX_VERSION)
|
||||
if (WIN32)
|
||||
set(FBX_VERSION 2016.1.1)
|
||||
set(FBX_VERSION 2017.1)
|
||||
else()
|
||||
set(FBX_VERSION 2016.1.1)
|
||||
set(FBX_VERSION 2017.0.1)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue