From 00472d7286cb31e72d4ba76b874b4c79dae547d5 Mon Sep 17 00:00:00 2001 From: Daniel Gibson Date: Sat, 15 Dec 2018 05:30:33 +0100 Subject: [PATCH] CMake 2.8 is sufficient this way I can build it in my wheezy chroot for release binaries without upgrading cmake there. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83dfa00..89cd761 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0 FATAL_ERROR) +cmake_minimum_required(VERSION 2.8 FATAL_ERROR) project(dhewm3sdk) option(BASE "Build the base (game/) game code" ON)