mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-04-29 06:49:24 -04:00
cmake: fix for cmake 4
This commit is contained in:
parent
c4eab08f30
commit
4985ac0c82
1 changed files with 1 additions and 1 deletions
2
dependencies/discord-rpc/CMakeLists.txt
vendored
2
dependencies/discord-rpc/CMakeLists.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required (VERSION 3.2.0)
|
||||
cmake_minimum_required (VERSION 3.2.0...3.5)
|
||||
project (DiscordRPC)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
|
Loading…
Add table
Reference in a new issue