From c229f206b6bc2aaef4d6f06d60e70bb1de5c889f Mon Sep 17 00:00:00 2001 From: hyzboy Date: Tue, 19 Mar 2024 13:25:15 +0800 Subject: [PATCH] upgraded to 3.5 from 3.0 about cmake minimum required --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c5940cb..d110031 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.5) project(CMGUI)