Current CMakeLists.txt doesn't support 2.8.12 anymore, we need to bump the version to 3.2.1 minimum

pull/182/head
Brad House 7 years ago
parent f80caf4be2
commit 6548f4a5ac
  1. 8
      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)

Loading…
Cancel
Save