Skip to content

Commit

Permalink
Update CMake min version from 3.17 to 3.23 (trilinos#10355)
Browse files Browse the repository at this point in the history
All of the major systems at SNL and LLNL should have CMake 3.23+ installed.

This allows the elimination of a lot of technical debt in TriBITS (see
TriBITSPub/TriBITS#411).
  • Loading branch information
bartlettroscoe committed Feb 23, 2023
1 parent 08318b7 commit 32df9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

# To be safe, define your minimum CMake version. This may be newer than the
# min required by TriBITS.
CMAKE_MINIMUM_REQUIRED(VERSION 3.17.0 FATAL_ERROR)
CMAKE_MINIMUM_REQUIRED(VERSION 3.23.0 FATAL_ERROR)

# Must set the project name as a variable at very beginning before including anything else
# We set the project name in a separate file so CTest scripts can use it.
Expand Down

0 comments on commit 32df9fe

Please sign in to comment.