summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorChuck Atkins <chuck.atkins@kitware.com>2020-10-30 11:31:54 -0400
committerChuck Atkins <chuck.atkins@kitware.com>2020-10-30 11:31:54 -0400
commit32f4f52d95dc99c35f51deed552a6ba700567f94 (patch)
tree0cc8bf77d1a4583d3f95754fc6607afc259afd5e /CONTRIBUTING.md
parent3005672db1d05f2378f642b61faa96f85498befe (diff)
downloadgoogletest-git-32f4f52d95dc99c35f51deed552a6ba700567f94.tar.gz
Bump CMake minimum to 2.8.12
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index fe4790d7..2f653c82 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -89,7 +89,7 @@ and their own tests from a git checkout, which has further requirements:
* [Python](https://www.python.org/) v2.3 or newer (for running some of the
tests and re-generating certain source files from templates)
-* [CMake](https://cmake.org/) v2.6.4 or newer
+* [CMake](https://cmake.org/) v2.8.12 or newer
## Developing Google Test and Google Mock