Bump CMake requirement to 3.21

This commit is contained in:
Seth Hillbrand 2022-12-16 10:59:25 -08:00
parent 90fb315113
commit 278ea3379f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
#
cmake_minimum_required( VERSION 3.12 FATAL_ERROR )
cmake_minimum_required( VERSION 3.21 FATAL_ERROR )
# Default to CMAKE_BUILD_TYPE = Release unless overridden on command line
# http://www.cmake.org/pipermail/cmake/2008-September/023808.html