From e3cda9b3d7fae02700d7080d7652d43ebb87978e Mon Sep 17 00:00:00 2001 From: Satoshi Morita Date: Fri, 27 Mar 2020 23:32:57 +0900 Subject: [PATCH] Specify the max version of CMake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 237dc33..5a5f817 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.6.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.6...3.17) message(STATUS "Start configuration of mptesnor") message(STATUS "CMake version: ${CMAKE_VERSION}")