From 32d1cfcabdc36bfd4dd5e119fb08b53abe4cf5f4 Mon Sep 17 00:00:00 2001 From: Briar <205427297+icybriarr@users.noreply.github.com> Date: Wed, 2 Apr 2025 01:38:26 +0200 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)