summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorNick Majkic <8842171-majkic65@users.noreply.gitlab.com>2024-03-18 02:45:38 +0000
committerMike Lothian <mike@fireburn.co.uk>2024-12-20 15:24:57 +0000
commit75b68c9170db0b8c5772d9139fa79e9f8a2cfd53 (patch)
tree3c6280988bcb575b98d5cc8645a71428401aae76 /CMakeLists.txt
parentb9769e59e9fbb30c1d25e9e8975ad614e3ad5487 (diff)
Macos moltenvk headers
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2667f4514..b8955e085 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,7 +71,7 @@ option(YUZU_ENABLE_PORTABLE "Allow yuzu to enable portable mode if a user folder
CMAKE_DEPENDENT_OPTION(YUZU_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" OFF)
+CMAKE_DEPENDENT_OPTION(USE_SYSTEM_MOLTENVK "Use the system MoltenVK lib (instead of the bundled one)" OFF "APPLE" ON)
set(DEFAULT_ENABLE_OPENSSL ON)
if (ANDROID OR WIN32 OR APPLE)