From 92aafe2c68aedf1017f3ebe465e004f7c98cb5fd Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Thu, 28 Dec 2023 10:56:58 +0700 Subject: [PATCH] build: bump CMake minimum required to version 3.23 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff65d26..25d27af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.12) +cmake_minimum_required(VERSION 3.23) project(errors)