From f61814f7c9239f8ee71a5b04b6a17e2c7a47f275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Winzell?= Date: Tue, 21 Nov 2017 19:10:45 -0800 Subject: [PATCH] Pin Draco at 1.2.0, for now As @robertlong discovered, there are compilation errors in newer Draco patch releases under Win/VS 2017. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b7d3518..87ccd41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,6 +27,7 @@ endif() # DRACO ExternalProject_Add(Draco GIT_REPOSITORY https://github.com/google/draco + GIT_TAG 1.2.0 PREFIX draco INSTALL_DIR CMAKE_ARGS