summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAnonymous Maarten <anonymous.maarten@gmail.com>2021-07-05 16:02:10 +0200
committerAdrian Graber <adrian@adriangraber.com>2021-07-13 00:50:49 +0200
commita247d533675a3ffa3b5f3722bef4d55e5a912d03 (patch)
tree39a342fab25075ebb02885b0a3d7c13d112901ce /CMakeLists.txt
parentReplace GTA_SWITCH macro and use GAMEPAD_MENU (diff)
downloadre3-a247d533675a3ffa3b5f3722bef4d55e5a912d03.tar
re3-a247d533675a3ffa3b5f3722bef4d55e5a912d03.tar.gz
re3-a247d533675a3ffa3b5f3722bef4d55e5a912d03.tar.bz2
re3-a247d533675a3ffa3b5f3722bef4d55e5a912d03.tar.lz
re3-a247d533675a3ffa3b5f3722bef4d55e5a912d03.tar.xz
re3-a247d533675a3ffa3b5f3722bef4d55e5a912d03.tar.zst
re3-a247d533675a3ffa3b5f3722bef4d55e5a912d03.zip
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 b687124a..8bfe3656 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.8)
+cmake_minimum_required(VERSION 3.14)
set(EXECUTABLE re3)
set(PROJECT RE3)