From e742f066c28bdbeff7c1d8f3464e3ecf3044060b Mon Sep 17 00:00:00 2001 From: Robert Long Date: Thu, 18 Jan 2018 13:45:38 -0800 Subject: [PATCH] Remove duplicate GIT_TAG entry for Draco. Add .gitignore --- .gitignore | 1 + CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d163863 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index a4fa2cc..2bc327b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,6 @@ ExternalProject_Add(Draco GIT_REPOSITORY https://github.com/google/draco GIT_TAG 1.2.0 PREFIX draco - GIT_TAG 1.2.0 INSTALL_DIR CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=