From 01f52b2b03f9e2050cc47ba58f48948ac29d1d77 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 16 Jan 2017 00:10:01 +0000 Subject: Change minimum CMake requirement to be the same as ECM --- find-modules/GeneratePythonBindingUmbrellaModule.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'find-modules/GeneratePythonBindingUmbrellaModule.cmake') diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake b/find-modules/GeneratePythonBindingUmbrellaModule.cmake index 35bbc2c5..de793931 100644 --- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake +++ b/find-modules/GeneratePythonBindingUmbrellaModule.cmake @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) get_filename_component(PYTHON_UMBRELLA_MODULE_DIR ${PYTHON_UMBRELLA_MODULE_FILE} PATH) -- cgit v1.2.1