From 6e9dc0838c1318c70b5fbbe3f972236332b55b32 Mon Sep 17 00:00:00 2001 From: Drew Galbraith Date: Sat, 3 May 2025 14:44:55 -0700 Subject: [PATCH] Bump cmake version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7332fe2..e99a91c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")