Skip to content

Commit d546194

Browse files
committed
fixup! Bump minimum CMake version to 3.11
1 parent 2512d4c commit d546194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ A copy of segyio is available both as pre-built binaries and source code:
9797
To build segyio you need:
9898
* A C99 compatible C compiler (tested mostly on gcc and clang)
9999
* A C++ compiler for the Python extension, and C++11 for the tests
100-
* [CMake](https://cmake.org/) version 2.8.12 or greater
100+
* [CMake](https://cmake.org/) version 3.11 or greater
101101
* [Python](https://www.python.org/) 3.9 or greater
102102
* [numpy](http://www.numpy.org/) version 1.10 or greater
103103
* [setuptools](https://pypi.python.org/pypi/setuptools) version 28 or greater

0 commit comments

Comments
 (0)