From eaf9feea228162661b3fd0d11cc6badecdfe07a7 Mon Sep 17 00:00:00 2001 From: crueter Date: Mon, 10 Nov 2025 20:33:01 -0500 Subject: [PATCH] cleanup Signed-off-by: crueter --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d4f530d269..c96703b0ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -172,10 +172,6 @@ if (YUZU_STATIC_BUILD) # msys2 quazip does not build a static lib set(QuaZip-Qt6_FORCE_BUNDLED ON) elseif(APPLE) - # foreach(prefix zlib vdpau) - # list(APPEND CMAKE_LIBRARY_PATH "/opt/homebrew/opt/${prefix}/lib") - # endforeach() - # these libs do not properly provide static libs/let you do it with cmake set(YUZU_USE_CPM ON) set(YUZU_USE_BUNDLED_FFMPEG ON)