mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-25 05:51:15 +00:00
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:
parent
fd514f2281
commit
aaec7be627
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue