From 9c8b9ed3e7d7f00dff8bc872ccdd3fba1a3673fc Mon Sep 17 00:00:00 2001 From: GhostlyDark <31742919+GhostlyDark@users.noreply.github.com> Date: Sat, 28 Dec 2024 15:18:44 +0100 Subject: [PATCH] Bump minimum CMake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5831b5c..149ed74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9) +cmake_minimum_required(VERSION 3.10) option(BUILD_MUPEN64PLUS "Enables build of mupen64plus version" ON) option(BUILD_PROJECT64 "Enables build of project64 version" WIN32)