mirror of
1
0
Fork 0

Reflect update for EPEL cmake version

This commit is contained in:
Henry Fredrick Schreiner 2019-02-21 09:19:27 +01:00
parent 57a85750ba
commit c695ac4669
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"title": "Modern CMake",
"description": "A guide to writing simple, powerful, and clean CMake 3.1+ builds.",
"author": "Henry Schreiner",
"plugins": ["replace", "hints", "term", "include-codeblock", "ace", "otherlink"],
"plugins": ["replace", "hints", "term", "include-codeblock", "ace"],
"pluginsConfig": {
"include-codeblock": {
"fixlang": true

View File

@ -6,8 +6,8 @@ You'll need to pick a minimum required version of CMake. This will affect the CM
| Distribution | CMake version | Notes |
|---------------|---------------|-------|
| RHEL/CentOS 7 | 2.8.11 | Don't use the default on this system. Grab a new copy or use the EPEL repo. |
| EPEL for RHEL/CentOS | 3.6.3 | Called `cmake3` |
| [RHEL/CentOS 7](https://rpms.remirepo.net/rpmphp/zoom.php?rpm=cmake) | 2.8.11 | Don't use the default on this system. Grab a new copy or use the EPEL repo. |
| [EPEL for RHEL/CentOS](https://rpms.remirepo.net/rpmphp/zoom.php?rpm=cmake3) | 3.13.4 | Called `cmake3` |
| Ubuntu 14.04 LTS | 2.8.12 | Don't use the default on this system. |
| Ubuntu 16.04 LTS | 3.5.1 | |
| Ubuntu 18.04 LTS | 3.10.2 | An LTS with a pretty decent minimum version! |