Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjbudd77 <mjbudd77@gmail.com>2022-01-16 05:14:39 +0300
committermjbudd77 <mjbudd77@gmail.com>2022-01-16 05:14:39 +0300
commit2da182aed50852878bb809ba01dade6ed6e2aff2 (patch)
treecb8fd36528e0f1d2e689a72cfd5ddbe78ab4bae1 /CMakeLists.txt
parentf6e184952b1abd21fcee00c6493865a85020e1a2 (diff)
Updated minimum cmake version to 3.8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)