Browse Source

static build on linux

Former-commit-id: 311e802ac8bf50bbfccc69679983314e565dcbec
Daniele Panozzo 9 years ago
parent
commit
9c3f8c5651
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -11,14 +11,14 @@ matrix:
         - cd tutorial
         - mkdir build
         - cd build
-        - cmake -DCMAKE_CXX_COMPILER=g++-4.8 ../
+        - cmake -DLIBIGL_USE_STATIC_LIBRARY=ON -DCMAKE_CXX_COMPILER=g++-4.8 ../
         - make -j 2
       addons:
         apt:
           sources:
             - ubuntu-toolchain-r-test
             - kalakris-cmake
-          packages: 
+          packages:
             - xorg-dev
             - libglu1-mesa-dev
             - g++-4.8