Skip to content

Commit

Permalink
Fix cmake version at 3.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Pogonets committed May 5, 2020
1 parent b66df7b commit 8d76ad8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vagrant/provision/010_install_dependencies.sh
Expand Up @@ -4,8 +4,8 @@ apt-get install -y \
git cmake ninja-build clang python uuid-dev libicu-dev icu-devtools \
libbsd-dev libedit-dev libxml2-dev libsqlite3-dev swig libpython-dev \
libncurses5-dev pkg-config libblocksruntime-dev libcurl4-openssl-dev \
autoconf automake libtool curl wget unzip vim rpl python-pip
autoconf automake libtool curl wget unzip vim rpl python-pip python-pip3

pip install --upgrade cmake
pip3 install --upgrade cmake==3.13.3

ln -s /usr/bin/perl /usr/local/bin/perl
ln -s /usr/bin/perl /usr/local/bin/perl

0 comments on commit 8d76ad8

Please sign in to comment.