From 2da182aed50852878bb809ba01dade6ed6e2aff2 Mon Sep 17 00:00:00 2001 From: mjbudd77 Date: Sat, 15 Jan 2022 21:14:39 -0500 Subject: [PATCH] Updated minimum cmake version to 3.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe75fad4..cb801759 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.8) project(fceux)