Update CMakeLists.txt

This commit is contained in:
TimePath 2017-08-02 22:38:07 +10:00
parent ed5146dcfc
commit 591141a9ad
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.11 FATAL_ERROR) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
project(xonotic) project(xonotic)
option(DOWNLOAD_MAPS "Download new maps from the build server" ON) option(DOWNLOAD_MAPS "Download new maps from the build server" ON)

View File

@ -8,6 +8,7 @@
with pkgs; with pkgs;
let let
VERSION = "0.8.2"; VERSION = "0.8.2";
cmake = pkgs.cmake_2_8;
targets = rec { targets = rec {
xonotic = mkDerivation { pki = true; dp = true; data = true; } rec { xonotic = mkDerivation { pki = true; dp = true; data = true; } rec {
name = "xonotic-${version}"; name = "xonotic-${version}";