From 2ed2f03dcbbd8080d6b56fa4129457df702ae3a5 Mon Sep 17 00:00:00 2001 From: evanlin96069 <72735402+evanlin96069@users.noreply.github.com> Date: Fri, 31 May 2024 22:50:18 +0800 Subject: [PATCH] Lower cmake_minimum_required --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b67c48..16978c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.22.0) +cmake_minimum_required(VERSION 3.15) project(nino VERSION 0.0.6 LANGUAGES C)