Require a newer version of CMake.
This commit is contained in:
parent
eb7a8c38c3
commit
7d45b8c408
@ -2,10 +2,11 @@ language: c
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository -y ppa:ubuntu-sdk-team/ppa
|
- sudo add-apt-repository -y ppa:ubuntu-sdk-team/ppa
|
||||||
|
- sudo add-apt-repository -y ppa:kalakris/cmake
|
||||||
- sudo apt-get update -q
|
- sudo apt-get update -q
|
||||||
|
|
||||||
# install libtoxav dependencies
|
# install libtoxav dependencies and a newer version of cmake
|
||||||
- sudo apt-get install -y libopus-dev libvpx-dev
|
- sudo apt-get install -y libopus-dev libvpx-dev cmake
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- _libsodium_version=1.0.0
|
- _libsodium_version=1.0.0
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
# along with Tox-WeeChat. If not, see <http://www.gnu.org/licenses/>.
|
# along with Tox-WeeChat. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 2.8.7)
|
cmake_minimum_required(VERSION 2.8.11)
|
||||||
|
|
||||||
project(tox-weechat C)
|
project(tox-weechat C)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user