Skip to content

Commit

Permalink
Update minimum CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDiazGuerra authored Sep 25, 2024
1 parent a66804b commit bd8b123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

* **Compilers**: To install the package you will need the [NVIDIA CUDA Toolkit](https://developer.nvidia.com/cuda-downloads) (it has been tested with the release 8.0 and 10.0 but it should work fine with any version that includes cuRAND) and a C++11 compiler, such as [GCC](https://gcc.gnu.org/) or [MSVC++](https://visualstudio.microsoft.com).

* **CMake**: Finally, you will need, at least, the version 3.12 of [CMake](https://cmake.org/). You can easily get it by `pip install cmake`.
* **CMake**: Finally, you will need, at least, the version 3.23 of [CMake](https://cmake.org/). You can easily get it by `pip install cmake`.

* **Python**: It has been tested in Python 3, but should work fine with Python 2.

Expand Down

0 comments on commit bd8b123

Please sign in to comment.