Skip to content

Commit 8971a88

Browse files
author
Nesterov Alexander
committed
Added flag for cmake 2
1 parent ac8fdaf commit 8971a88

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,7 @@ script:
5151
- python scripts/lint.py
5252
- mkdir build
5353
- cd build
54-
- cmake -D USE_MPI=ON \
55-
-D USE_OMP=ON \
56-
-D USE_TBB=ON \
57-
-D CMAKE_BUILD_TYPE=RELEASE ..
54+
- cmake -D USE_MPI=ON -D USE_OMP=ON -D USE_TBB=ON -D CMAKE_BUILD_TYPE=RELEASE ..
5855
- cmake --build .
5956
- cd ..
6057
- export OMP_NUM_THREADS=4

0 commit comments

Comments
 (0)