From f5458fbc6ce9b57d5dad599daa96edd881b3fa90 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 20 May 2019 23:38:12 -0400 Subject: [PATCH] cmake: Minimum CMake version is now 2.8.12. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b6b959..41693ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # compile, using preprocessor checks for platform-specific bits instead of # testing in here. -cmake_minimum_required(VERSION 2.8.4) +cmake_minimum_required(VERSION 2.8.12) project(PhysicsFS) set(PHYSFS_VERSION 3.0.2)