Fix cmake deprecation error
This commit is contained in:
2
external/discord_rpc/CMakeLists.txt
vendored
2
external/discord_rpc/CMakeLists.txt
vendored
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required (VERSION 3.2.0)
|
||||
cmake_minimum_required (VERSION 3.20)
|
||||
project (DiscordRPC)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
2
external/unarr/CMakeLists.txt
vendored
2
external/unarr/CMakeLists.txt
vendored
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
|
||||
|
||||
project(
|
||||
unarr
|
||||
|
||||
Reference in New Issue
Block a user