Explorar el Código

:green_heart: add cmake option to cl

Former-commit-id: c098d6dc8990220082d30490137ee09139a5fe22
Zhongshi hace 6 años
padre
commit
324ebdf91e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -57,7 +57,7 @@ install:
 script:
 # Python bindings
 - cd python
-- ${PYTHON} setup.py develop --user
+- ${PYTHON} setup.py develop --user -- -DCMAKE_BUILD_TYPE=${CONFIG} -DLIBIGL_WITH_EMBREE=OFF -DLIBIGL_USE_STATIC_LIBRARY=ON -DCHECK_UNDEFINED=${CHECK_UNDEFINED}
 - cd tutorial
 - ${PYTHON} 101_FileIO.py
 - cd ../../