Explorar o código

Disable Embree for Clang.

Former-commit-id: 5e02ff6487c20791aaafdf2f706ef392040829db
Jérémie Dumas %!s(int64=8) %!d(string=hai) anos
pai
achega
a6188fd49a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -63,5 +63,5 @@ matrix:
         - cd tutorial
         - mkdir build
         - cd build
-        - cmake -DLIBIGL_USE_STATIC_LIBRARY=ON ../
+        - cmake -DLIBIGL_USE_STATIC_LIBRARY=ON -DLIBIGL_WITH_EMBREE=OFF ../
         - make -j 2