Skip to content

Commit e2515d3

Browse files
committed
cmake fix
1 parent 283771f commit e2515d3

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
@@ -12,7 +12,7 @@ install:
1212
- ./bootstrap.sh
1313
- ./b2 --prefix=$BOOST_ROOT install
1414

15-
before_script: cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DBOOST_ROOT=$BOOST_ROOT
15+
before_script: cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DBOOST_ROOT=$BOOST_ROOT .
1616
script:
1717
- make
1818
- make test

0 commit comments

Comments
 (0)