From 6548f4a5acc98a0090431e1716011a17b5c354bb Mon Sep 17 00:00:00 2001 From: Brad House Date: Fri, 9 Feb 2018 20:01:51 -0500 Subject: [PATCH] Current CMakeLists.txt doesn't support 2.8.12 anymore, we need to bump the version to 3.2.1 minimum --- CMakeLists.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 23752b13..98a58869 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,4 @@ -CMAKE_MINIMUM_REQUIRED (VERSION 2.8.12) - -# Fix for CMake policy warning when building with CMake >= 3.0. -# TODO: remove this fix once minimum version is updated to 3.0 or newer. -IF (NOT CMAKE_VERSION VERSION_LESS 3.0) - CMAKE_POLICY (SET CMP0048 NEW) -ENDIF () +CMAKE_MINIMUM_REQUIRED (VERSION 3.2.1) INCLUDE (CheckIncludeFiles) INCLUDE (CheckTypeSize)