From 70e193374aa54e719930c95cf9c7e938f531ace7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Karaahmeto=C4=9Flu?= Date: Sun, 21 Jun 2020 22:08:40 +0300 Subject: [PATCH] Fix #530 (#535) --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3cd1b53..c16397b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,8 +50,9 @@ ------------------------------------------------------------------------------- FindPython3 requires Cmake v3.12 + ARCH_INDEPENDENT option of write_basic_package_version_file() requires Cmake v3.14 ]] -cmake_minimum_required(VERSION 3.12.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR) # Gets the latest tag as a string like "v0.6.6" # Can silently fail if git isn't on the system