Skip to content

Commit d949c82

Browse files
authored
Merge pull request #16027 from apple/fix-ubuntu-14.04-instructions
2 parents 1008491 + f5d358f commit d949c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Ubuntu14.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-3.6
1111
## Upgrade CMake
1212
You'll need to upgrade your CMake toolchain to a supported version by building a local copy. The minimum required version of CMake may change, and may not be available on Ubuntu 14.04 in the future.
1313
```bash
14-
wget http://www.cmake.org/files/v3.5/cmake-3.5.2.tar.gz
14+
wget https://cmake.org/files/v3.5/cmake-3.5.2.tar.gz
1515
tar xf cmake-3.5.2.tar.gz
1616
cd cmake-3.5.2
1717
./configure

0 commit comments

Comments
 (0)