From ba031ed0a320f227ea1fa6f0652fb7c1cce68cf3 Mon Sep 17 00:00:00 2001 From: Kargatum Date: Thu, 28 Oct 2021 01:43:44 +0700 Subject: [PATCH] feat(CMake): support version 3.22 (#8773) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b9d84f11e..6ffd2ced0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ # # Require version Cmake -cmake_minimum_required(VERSION 3.16...3.21) +cmake_minimum_required(VERSION 3.16...3.22) message(STATUS "CMake version: ${CMAKE_VERSION}")