Bump cmake version.

This commit is contained in:
Drew Galbraith 2025-05-03 14:44:55 -07:00
parent a806e41af0
commit 6e9dc0838c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.2)
cmake_minimum_required(VERSION 3.5)
# Set because our cross compiler can't do dynamic linking?
set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY")