From 0168f423cc0911827c9a955745a71a8d4f85c514 Mon Sep 17 00:00:00 2001 From: Steven Roberts Date: Wed, 19 Jun 2024 17:36:55 -0700 Subject: [PATCH] Docs: Update CMake version requirement in install guide (#508) Correct required CMake version from 3.12+ to 3.18+ --------- Co-authored-by: David Gardner --- doc/shared/sundials/Install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/shared/sundials/Install.rst b/doc/shared/sundials/Install.rst index b11ecd9621..bf63423eb5 100644 --- a/doc/shared/sundials/Install.rst +++ b/doc/shared/sundials/Install.rst @@ -101,7 +101,7 @@ generate Unix and Linux Makefiles, as well as KDevelop, Visual Studio, and CMake also provides a GUI front end and which allows an interactive build and installation process. -The SUNDIALS build process requires CMake version 3.12.0 or higher and a working +The SUNDIALS build process requires CMake version 3.18.0 or higher and a working C compiler. On Unix-like operating systems, it also requires Make (and ``curses``, including its development libraries, for the GUI front end to CMake, ``ccmake`` or ``cmake-gui``), while on Windows it requires Visual Studio. While