Fix in INSTALL.md cmake required version (i.e. >= 3.5.0)

https://gitlab.com/cmocka/cmocka/issues/33
This commit is contained in:
Arnaud Gelas 2019-10-16 08:34:17 +02:00 committed by Andreas Schneider
parent 2f9c815def
commit c151f45ed0
1 changed files with 1 additions and 1 deletions

View File

@ -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.