From f6c0a2293f6cde2a31ec43017ea08a51a2fe43b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Zyba=C5=82a?= Date: Wed, 27 Nov 2024 23:49:30 +0100 Subject: [PATCH] [build] CMake: Set CMake version to 3.12 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 678d8e372..9905ba144 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.12) project(raylib) # Avoid excessive expansion of variables in conditionals. In particular, if