Commit 4bdab71
committed
.travis.yml: add missing dependency on libboost-filesystem-dev
... to avoid the following build failure on Travis CI:
[ 96%] Linking CXX executable cstrans-df-run
/usr/bin/ld: cannot find -lboost_filesystem
/usr/bin/ld: cannot find -lboost_system
collect2: error: ld returned 1 exit status
make[4]: *** [cstrans-df-run] Error 11 parent 4450cdb commit 4bdab71
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments