Skip to content

Commit 41884c6

Browse files
committed
fix cmake invocation
1 parent f51780e commit 41884c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ install:
4949
# Testing
5050
- mkdir build
5151
- cd build
52-
- cmake -DBUILD_TESTS=ON -DDOWNLOAD_GTEST=ON ..;
52+
- cmake -DBUILD_TESTS=ON -DDOWNLOAD_GTEST=ON -DCMAKE_PREFIX_PATH=$CONDA_PREFIX -DCMAKE_SYSTEM_IGNORE_PATH=/usr/lib ..;
5353
- make -j2 test_xtensor_io
5454
- cd test
5555
script:

0 commit comments

Comments
 (0)