Skip to content

Commit

Permalink
Upgrade to CMake 3.23
Browse files Browse the repository at this point in the history
I missed this when I upgraded the minimum CMake version `cmake_minimum_required()` in `Trilinos/CMakeLists.txt`.
  • Loading branch information
bartlettroscoe authored Mar 2, 2023
1 parent 8262023 commit 3c54b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ features and options are available and how to use them, see the document:
Requirements
============

* CMake 3.17.1 or newer
* CMake 3.23.0 or newer
* C and C++ compiler
* Optionally a Fortran compiler
* Optionally an installation of MPI
Expand Down Expand Up @@ -168,4 +168,4 @@ Trilinos tests with all Compiler/MPI combinations listed at:
Compilers/MPIs that are not part of our automated process will not receive support.
We are happy to accept Pull Requests enhancing support for other compilers/MPIs as
needed by our customers, with the understanding that said configurations cannot be
guaranteed to work.
guaranteed to work.

0 comments on commit 3c54b1a

Please sign in to comment.