Disable dep_libigl in deps. Include dir collisions...

This commit is contained in:
tamasmeszaros 2019-07-09 10:15:40 +02:00
parent 36049788ac
commit 386a42b4c5

2
deps/CMakeLists.txt vendored
View file

@ -105,7 +105,7 @@ else()
dep_gtest dep_gtest
dep_nlopt dep_nlopt
dep_qhull dep_qhull
dep_libigl # dep_libigl # Not working, static build has different Eigen
) )
endif() endif()