blob: 7a19590bda774c25bfeaae0df83439c26f9f92a9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff --git a/Externals/discord-rpc/CMakeLists.txt b/Externals/discord-rpc/CMakeLists.txt
index eae0ce06a7..c5baa29eef 100644
--- a/Externals/discord-rpc/CMakeLists.txt
+++ b/Externals/discord-rpc/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.2.0)
+cmake_minimum_required (VERSION 3.5.0)
project (DiscordRPC)
include(GNUInstallDirs)
|