From c0a868d0dd5442d031e77793090bb6b2b7ac7795 Mon Sep 17 00:00:00 2001 From: crueter Date: Sat, 27 Sep 2025 12:27:14 -0400 Subject: [PATCH] cleanup cmake Signed-off-by: crueter --- CMakeLists.txt | 3 --- CMakeModules/CPMUtil.cmake | 7 ------- 2 files changed, 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ca008bdbb..a38634fffb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -510,9 +510,6 @@ if (YUZU_USE_CPM) -Wno-implicit-function-declaration ) endif() - if (NOT TARGET Opus::opus) - add_library(Opus::opus ALIAS opus) - endif() endif() if (NOT TARGET Opus::opus) diff --git a/CMakeModules/CPMUtil.cmake b/CMakeModules/CPMUtil.cmake index 1ba00b3712..6419e69511 100644 --- a/CMakeModules/CPMUtil.cmake +++ b/CMakeModules/CPMUtil.cmake @@ -1,13 +1,6 @@ # SPDX-FileCopyrightText: Copyright 2025 crueter # SPDX-License-Identifier: GPL-3.0-or-later -# Created-By: crueter -# Docs will come at a later date, mostly this is to just reduce boilerplate -# and some cmake magic to allow for runtime viewing of dependency versions - -# Future crueter: Wow this was a lie and a half, at this point I might as well make my own CPN -# haha just kidding... unless? - cmake_minimum_required(VERSION 3.22) if (MSVC OR ANDROID)