Skip to content

Commit

Permalink
Merge Pull Request #8660 from william76/Trilinos/fmwk-cmake-to-3_17-min
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Framework: Update CMake minimum requirement to 3.17.x
PR Author: william76
  • Loading branch information
trilinos-autotester authored Feb 2, 2021
2 parents e9f096c + b30d808 commit 200c5cb
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.10.0 FATAL_ERROR)
CMAKE_MINIMUM_REQUIRED(VERSION 3.17.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 200c5cb

Please sign in to comment.