From 4b880eb50f5ef7436e72b8a0a03d528da3fd76a3 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Tue, 19 Mar 2024 12:42:43 +0800 Subject: [PATCH] updated 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 caecc41..3807e3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.5) project(CMAssetsManage)