Skip to content

Commit

Permalink
Framework: Update CMake minimum requirement to 3.17.x
Browse files Browse the repository at this point in the history
  • Loading branch information
William McLendon committed Jan 28, 2021
1 parent 5e73926 commit b30d808
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 b30d808

Please sign in to comment.