Browse Source

fixing travis build

Stasik0 10 years ago
parent
commit
5b84be840f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -30,7 +30,7 @@ script:
    - mkdir -p build
    - cd build
    - echo "Only needed profile"
-   - cmake -DTYPES_ONLY_NEEDED ..
+   - cmake -DTYPES_ONLY_NEEDED=ON ..
    - make
    - cd ..
    - rm build -rf