diff options
| author | 2023-09-12 09:17:50 -0400 | |
|---|---|---|
| committer | 2023-09-12 09:17:50 -0400 | |
| commit | ce5320c49f6e3c1dc52b9046213366dd0df1612f (patch) | |
| tree | 58d116258d42771a5ccda31775b127113b1ea256 /CMakeLists.txt | |
| parent | ci: fix msvc when used with LTO (#11459) (diff) | |
| parent | add a compile time option to allow disabling portable mode (diff) | |
| download | yuzu-ce5320c49f6e3c1dc52b9046213366dd0df1612f.tar.gz yuzu-ce5320c49f6e3c1dc52b9046213366dd0df1612f.tar.xz yuzu-ce5320c49f6e3c1dc52b9046213366dd0df1612f.zip | |
Merge pull request #11447 from xcfrg/portable-compile-out
common: add a compile time option to allow disabling portable mode
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c6b158985..3b0891adf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -63,6 +63,8 @@ option(YUZU_ENABLE_LTO "Enable link-time optimization" OFF) | |||
| 63 | 63 | ||
| 64 | option(YUZU_DOWNLOAD_TIME_ZONE_DATA "Always download time zone binaries" OFF) | 64 | option(YUZU_DOWNLOAD_TIME_ZONE_DATA "Always download time zone binaries" OFF) |
| 65 | 65 | ||
| 66 | option(YUZU_ENABLE_PORTABLE "Allow yuzu to enable portable mode if a user folder is found in the CWD" ON) | ||
| 67 | |||
| 66 | CMAKE_DEPENDENT_OPTION(YUZU_USE_FASTER_LD "Check if a faster linker is available" ON "NOT WIN32" OFF) | 68 | CMAKE_DEPENDENT_OPTION(YUZU_USE_FASTER_LD "Check if a faster linker is available" ON "NOT WIN32" OFF) |
| 67 | 69 | ||
| 68 | CMAKE_DEPENDENT_OPTION(USE_SYSTEM_MOLTENVK "Use the system MoltenVK lib (instead of the bundled one)" OFF "APPLE" OFF) | 70 | CMAKE_DEPENDENT_OPTION(USE_SYSTEM_MOLTENVK "Use the system MoltenVK lib (instead of the bundled one)" OFF "APPLE" OFF) |