Looking for cmake-3.*

This commit is contained in:
rbock
2016-12-25 14:08:05 +01:00
parent 92b841c58f
commit 47eb562e5d

View File

@@ -27,6 +27,7 @@ install:
&& sudo add-apt-repository -y ppa:apokluda/boost1.53
&& sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
&& sudo apt-get update
&& sudo apt-cache madison cmake
&& sudo apt-get install g++-4.8 libboost1.53-dev --no-install-recommends -y
&& sudo apt-get install cmake -y
;