From bd8b123e5468de64ad9c7043bf9f8723dc5ecec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20D=C3=ADaz-Guerra=20Aparicio?= Date: Wed, 25 Sep 2024 11:00:07 +0300 Subject: [PATCH] Update minimum CMake version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dea75e..7dc7f16 100644 --- a/README.md +++ b/README.md @@ -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.