Skip to content

Commit 4bdab71

Browse files
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 1
1 parent 4450cdb commit 4bdab71

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
@@ -9,7 +9,7 @@ before_install:
99
- sudo apt-get update
1010

1111
install:
12-
- sudo apt-get install cmake help2man libboost-dev libboost-program-options-dev libboost-python-dev libboost-regex-dev
12+
- sudo apt-get install cmake help2man libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-python-dev libboost-regex-dev
1313
- sudo apt-get install -y --force-yes csbuild
1414

1515
script:

0 commit comments

Comments
 (0)