bump CMake version to get rid of warning

This commit is contained in:
Steve Markgraf 2024-12-14 14:03:48 +01:00
parent 9b910ef0a7
commit df8c676c64

View file

@ -19,7 +19,7 @@
########################################################################
# Project setup
########################################################################
cmake_minimum_required(VERSION 3.7.2)
cmake_minimum_required(VERSION 3.10.0)
# workaround for https://gitlab.kitware.com/cmake/cmake/issues/16967
if(${CMAKE_VERSION} VERSION_LESS "3.12.0")