From 5ca82c5423d06e777fcd1dc71b7008c22ffdd5d8 Mon Sep 17 00:00:00 2001 From: Taylor Richards Date: Thu, 4 Jan 2018 19:39:57 -0500 Subject: [PATCH] bump required cmake version to 2.8.6 (for APPEND_STRING) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cfae1dc..a3f8508 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,8 @@ project(freespace2) -cmake_minimum_required(VERSION 2.8) -cmake_policy(VERSION 2.8) +cmake_minimum_required(VERSION 2.8.6) +cmake_policy(VERSION 2.8.6) if(POLICY CMP0043) cmake_policy(SET CMP0043 OLD) -- 2.39.2