From de139c161839cd8084c521150e4367206a439708 Mon Sep 17 00:00:00 2001 From: yanyiwu Date: Tue, 30 Jul 2024 09:04:48 +0800 Subject: [PATCH] [CMake] required 3.5 -> 3.14 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb82894..6663133 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.14) PROJECT(limonp LANGUAGES CXX)