From 3289835ca1076b513ba8369c3f98886b5a27ee30 Mon Sep 17 00:00:00 2001 From: Morgan Hardwood Date: Wed, 24 Apr 2019 16:36:29 +0200 Subject: [PATCH] Bumped minimum CMake version to 3.5, closes #5302 --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f48ac6f4..f13231586 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,8 @@ +cmake_minimum_required(VERSION 3.5) + +# Compiler id for Apple Clang if(APPLE) - cmake_minimum_required(VERSION 3.3) cmake_policy(SET CMP0025 NEW) -else() - cmake_minimum_required(VERSION 2.8.8) endif() # Must stay before the project() command: