From 808e510030a85996105f41517017f69aba223f40 Mon Sep 17 00:00:00 2001 From: Igor Alexey Date: Tue, 3 Oct 2023 02:13:06 -0300 Subject: [PATCH] #1053 bump min cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ff2a3b89c..3b0a27409b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.5) cmake_policy(SET CMP0063 NEW) project(flecs LANGUAGES C)