summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.si>2022-12-27 21:46:07 +0100
committerTimotej Lazar <timotej.lazar@araneo.si>2022-12-27 21:46:07 +0100
commit8c2eda69a5d9ee40a4dc5f2cc5f43cd166e72064 (patch)
treea5c7872a0b957460304b1c6a7bd42531ca919b4f
parentae83459948e9af720a33ee476c775a226bd8e882 (diff)
Bump cmake version
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 828586d..4785615 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
# Aliens vs Predator Linux - http://icculus.org/avp/
# CMake 2.8 project
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12)
# default to Release
IF(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)