From cb50201fc09290cd078c7ab27917504491f7f96a Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Tue, 1 Apr 2025 20:17:41 +0100 Subject: [PATCH] Fix CMake 4.0 compilation error --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6067ecd..c861b79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.2.0) +cmake_minimum_required (VERSION 3.5) project (DiscordRPC) include(GNUInstallDirs)