mirror of https://github.com/CGAL/cgal
try using boost 1.55 instead of 1.48
This commit is contained in:
parent
2a9bfda2e3
commit
f8718bac23
|
|
@ -16,10 +16,10 @@ addons:
|
|||
apt:
|
||||
packages:
|
||||
- cmake
|
||||
- libboost-dev
|
||||
- libboost-system-dev
|
||||
- libboost-program-options-dev
|
||||
- libboost-thread-dev
|
||||
- libboost1.55-dev
|
||||
- libboost-system1.55-dev
|
||||
- libboost-program-options1.55-dev
|
||||
- libboost-thread1.55-dev
|
||||
- libgmp-dev
|
||||
- libmpfr-dev
|
||||
- zlib1g-dev
|
||||
|
|
@ -38,3 +38,4 @@ addons:
|
|||
# - qttools5-dev-tools
|
||||
sources:
|
||||
- kalakris-cmake
|
||||
- boost-latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue