]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Update CMakeLists.txt
authorTimePath <andrew.hardaker1995@gmail.com>
Wed, 2 Aug 2017 12:38:07 +0000 (22:38 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Wed, 2 Aug 2017 12:38:07 +0000 (22:38 +1000)
CMakeLists.txt
default.nix

index 4116f5cd68746c3a4d679b67fcb24a2c195b1c87..e63f71f6654983d9ed0195700ec4070da685694f 100644 (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)
 
 option(DOWNLOAD_MAPS "Download new maps from the build server" ON)
index 6948512715643d3ac598cd88230bd914bf1ab2cd..6e954f4c013053d57d885f359309c6155effc678 100644 (file)
@@ -8,6 +8,7 @@
 with pkgs;
 let
     VERSION = "0.8.2";
+    cmake = pkgs.cmake_2_8;
     targets = rec {
         xonotic = mkDerivation { pki = true; dp = true; data = true; } rec {
             name = "xonotic-${version}";