aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Gelas <arnaud.gelas@sensefly.com>2019-10-16 08:34:17 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-10-16 08:45:12 +0200
commitc151f45ed0fd0f2f9b5d5d1526d208471009b0fe (patch)
tree8a733201c101140e888d11cb124d4c5891464a4e
parent2f9c815defffcc78c204e329d4fd1bff9340b8ea (diff)
downloadcmocka-c151f45ed0fd0f2f9b5d5d1526d208471009b0fe.tar.gz
cmocka-c151f45ed0fd0f2f9b5d5d1526d208471009b0fe.tar.xz
cmocka-c151f45ed0fd0f2f9b5d5d1526d208471009b0fe.zip
Fix in INSTALL.md cmake required version (i.e. >= 3.5.0)
https://gitlab.com/cmocka/cmocka/issues/33
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index cd4638e..d20a357 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -7,7 +7,7 @@
In order to build cmocka, you need to install several components:
- A C compiler
-- [CMake](http://www.cmake.org) >= 2.8.0.
+- [CMake](http://www.cmake.org) >= 3.5.0.
Note that these version numbers are version we know works correctly. If you
build and run cmocka successfully with an older version, please let us know.