Skip to content

Commit

Permalink
fix cmake invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Nov 6, 2017
1 parent f51780e commit 41884c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ install:
# Testing
- mkdir build
- cd build
- cmake -DBUILD_TESTS=ON -DDOWNLOAD_GTEST=ON ..;
- cmake -DBUILD_TESTS=ON -DDOWNLOAD_GTEST=ON -DCMAKE_PREFIX_PATH=$CONDA_PREFIX -DCMAKE_SYSTEM_IGNORE_PATH=/usr/lib ..;
- make -j2 test_xtensor_io
- cd test
script:
Expand Down

0 comments on commit 41884c6

Please sign in to comment.