diff options
| author | 2023-09-06 18:53:39 -0400 | |
|---|---|---|
| committer | 2023-09-06 18:53:39 -0400 | |
| commit | a02d641042d031999f3b4b90a2b5190417e051c5 (patch) | |
| tree | d4db0857d6b9e8ff0f80b67beaa7491eb3b71bd2 /CMakeLists.txt | |
| parent | Merge pull request #11427 from zhaobot/tx-update-20230901020727 (diff) | |
| download | yuzu-a02d641042d031999f3b4b90a2b5190417e051c5.tar.gz yuzu-a02d641042d031999f3b4b90a2b5190417e051c5.tar.xz yuzu-a02d641042d031999f3b4b90a2b5190417e051c5.zip | |
add a compile time option to allow disabling portable mode
Diffstat (limited to '')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4039c680e..9b39b295f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -61,6 +61,8 @@ option(YUZU_ENABLE_LTO "Enable link-time optimization" OFF) | |||
| 61 | 61 | ||
| 62 | option(YUZU_DOWNLOAD_TIME_ZONE_DATA "Always download time zone binaries" OFF) | 62 | option(YUZU_DOWNLOAD_TIME_ZONE_DATA "Always download time zone binaries" OFF) |
| 63 | 63 | ||
| 64 | option(YUZU_ENABLE_PORTABLE "Allow yuzu to enable portable mode if a user folder is found in the CWD" ON) | ||
| 65 | |||
| 64 | CMAKE_DEPENDENT_OPTION(YUZU_USE_FASTER_LD "Check if a faster linker is available" ON "NOT WIN32" OFF) | 66 | CMAKE_DEPENDENT_OPTION(YUZU_USE_FASTER_LD "Check if a faster linker is available" ON "NOT WIN32" OFF) |
| 65 | 67 | ||
| 66 | CMAKE_DEPENDENT_OPTION(USE_SYSTEM_MOLTENVK "Use the system MoltenVK lib (instead of the bundled one)" OFF "APPLE" OFF) | 68 | CMAKE_DEPENDENT_OPTION(USE_SYSTEM_MOLTENVK "Use the system MoltenVK lib (instead of the bundled one)" OFF "APPLE" OFF) |