CMake 2.8 is sufficient

this way I can build it in my wheezy chroot for release binaries
without upgrading cmake there.
This commit is contained in:
Daniel Gibson 2018-12-15 05:30:33 +01:00
parent 85a1020490
commit 00472d7286

View file

@ -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)