Pin Draco at 1.2.0, for now

As @robertlong discovered, there are compilation errors in newer Draco patch releases under Win/VS 2017.
This commit is contained in:
Pär Winzell 2017-11-21 19:10:45 -08:00 committed by GitHub
parent 423458a841
commit f61814f7c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ endif()
# DRACO # DRACO
ExternalProject_Add(Draco ExternalProject_Add(Draco
GIT_REPOSITORY https://github.com/google/draco GIT_REPOSITORY https://github.com/google/draco
GIT_TAG 1.2.0
PREFIX draco PREFIX draco
INSTALL_DIR INSTALL_DIR
CMAKE_ARGS CMAKE_ARGS