diff options
author | Stephen Kelly <steveire@gmail.com> | 2017-01-16 00:10:01 +0000 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2017-01-16 00:10:01 +0000 |
commit | 01f52b2b03f9e2050cc47ba58f48948ac29d1d77 (patch) | |
tree | 865d27796b8e238f8a7191f963acbe96840081bc /find-modules/GeneratePythonBindingUmbrellaModule.cmake | |
parent | 379ae36a1426ec1dd5738916fda414a55b6ce194 (diff) | |
download | extra-cmake-modules-01f52b2b03f9e2050cc47ba58f48948ac29d1d77.tar.gz extra-cmake-modules-01f52b2b03f9e2050cc47ba58f48948ac29d1d77.tar.bz2 |
Change minimum CMake requirement to be the same as ECM
Diffstat (limited to 'find-modules/GeneratePythonBindingUmbrellaModule.cmake')
-rw-r--r-- | find-modules/GeneratePythonBindingUmbrellaModule.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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) |