From 386a42b4c5aea6d7beeb55831c706d3680a77eb6 Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Tue, 9 Jul 2019 10:15:40 +0200 Subject: [PATCH] Disable dep_libigl in deps. Include dir collisions... --- deps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index d8e72370b..8b41c853d 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -105,7 +105,7 @@ else() dep_gtest dep_nlopt dep_qhull - dep_libigl + # dep_libigl # Not working, static build has different Eigen ) endif()