From e81c9da9994e202a1d58c12a8c24058aa5fc94b9 Mon Sep 17 00:00:00 2001 From: Daniel Wolf Date: Mon, 5 Sep 2016 22:25:37 +0200 Subject: [PATCH] Requiring only CMake 3.2, not 3.3 Easier to install on older Linux systems --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7515936..7efb002 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3) +cmake_minimum_required(VERSION 3.2) # Support legacy OS X versions set(CMAKE_OSX_DEPLOYMENT_TARGET "10.7" CACHE STRING "Minimum OS X deployment version")