From ab6e21ff5b33177151e21de3b4f48bcc4bd8f2e4 Mon Sep 17 00:00:00 2001 From: ns6089 <61738816+ns6089@users.noreply.github.com> Date: Tue, 15 Jul 2025 04:49:47 +0300 Subject: [PATCH] Specify cmake max version to support cmake-4.0 (#112) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e273ca..2856c7b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.1...4.0) project(moonlight-common-c LANGUAGES C) set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)