mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-08 17:44:17 +02: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