From 8bd3720d3629b3d286c3c2b535bc4da432bedbff Mon Sep 17 00:00:00 2001 From: Exverge Date: Thu, 21 Mar 2024 21:13:16 -0400 Subject: [PATCH] macos: Disable use of system MoltenVK Co-authored-by: Nick Majkic <8842171-majkic65@users.noreply.gitlab.com> --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16f8074f0c..b65adba582 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,7 @@ option(SUYU_ENABLE_PORTABLE "Allow suyu to enable portable mode if a user folder CMAKE_DEPENDENT_OPTION(SUYU_USE_FASTER_LD "Check if a faster linker is available" ON "NOT WIN32" OFF) -CMAKE_DEPENDENT_OPTION(USE_SYSTEM_MOLTENVK "Use the system MoltenVK lib (instead of the bundled one)" OFF "APPLE" ON) +CMAKE_DEPENDENT_OPTION(USE_SYSTEM_MOLTENVK "Use the system MoltenVK lib (instead of the bundled one)" OFF "APPLE" OFF) option(USE_CCACHE "Use CCache for faster building" ON)