CMake: Bump to 3.10 minimum

This really is only needed to get CMake to stop yelling at us...
This commit is contained in:
Vicki Pfau 2025-04-03 00:41:05 -07:00
parent bbc61e0f38
commit e95b81f1f7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.10)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/src/platform/cmake/")
if(POLICY CMP0025)