cmake: fix for cmake 4

This commit is contained in:
Alexandre Bouvier 2025-04-03 23:57:28 +00:00 committed by GitHub
parent c4eab08f30
commit 4985ac0c82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.2.0)
cmake_minimum_required (VERSION 3.2.0...3.5)
project (DiscordRPC)
include(GNUInstallDirs)