mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 21:16:56 +00:00
Fix cmake link
This commit is contained in:
parent
76ef39fc50
commit
89d6c959b2
2
support/Vagrantfile
vendored
2
support/Vagrantfile
vendored
@ -12,7 +12,7 @@ Vagrant.configure("2") do |config|
|
|||||||
config.vm.provision "shell", inline: <<-SHELL
|
config.vm.provision "shell", inline: <<-SHELL
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y g++ make wget
|
apt-get install -y g++ make wget
|
||||||
wget -q https://github.com/Kitware/CMake/releases/download/v3.14.5/cmake-3.14.4-Linux-x86_64.tar.gz
|
wget -q https://github.com/Kitware/CMake/releases/download/v3.14.4/cmake-3.14.4-Linux-x86_64.tar.gz
|
||||||
tar xzf cmake-3.14.4-Linux-x86_64.tar.gz
|
tar xzf cmake-3.14.4-Linux-x86_64.tar.gz
|
||||||
ln -s `pwd`/cmake-3.14.4-Linux-x86_64/bin/cmake /usr/local/bin
|
ln -s `pwd`/cmake-3.14.4-Linux-x86_64/bin/cmake /usr/local/bin
|
||||||
SHELL
|
SHELL
|
||||||
|
Loading…
Reference in New Issue
Block a user