mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
use SDK 2017 with new texture discovery strategy
This commit is contained in:
parent
86208f237b
commit
32c348eb3d
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@
|
|||
|
||||
if (NOT FBX_VERSION)
|
||||
if (WIN32)
|
||||
set(FBX_VERSION 2017.1)
|
||||
set(FBX_VERSION 2016.1.1)
|
||||
else()
|
||||
set(FBX_VERSION 2017.0.1)
|
||||
set(FBX_VERSION 2016.1.1)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue