cmake: Also fetch Bundled Externals from Dynamic if using CPM
All checks were successful
eden-license / license-header (pull_request) Successful in 33s
All checks were successful
eden-license / license-header (pull_request) Successful in 33s
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
This commit is contained in:
parent
28d26b0d76
commit
638ee2bdbc
1 changed files with 4 additions and 0 deletions
|
@ -154,6 +154,10 @@ option(ENABLE_QT_UPDATE_CHECKER "Enable update checker for the Qt frontend" OFF)
|
|||
CMAKE_DEPENDENT_OPTION(YUZU_USE_BUNDLED_QT "Download bundled Qt binaries" "${MSVC}" "ENABLE_QT" OFF)
|
||||
|
||||
option(YUZU_USE_CPM "Use CPM to fetch system dependencies (fmt, boost, etc) if needed. Externals will still be fetched." ${EXT_DEFAULT})
|
||||
# Also fetch Bundled Externals from Dynamic if using CPM
|
||||
if(YUZU_USE_CPM)
|
||||
set(DYNARMIC_USE_BUNDLED_EXTERNALS ON)
|
||||
endif()
|
||||
|
||||
option(ENABLE_WEB_SERVICE "Enable web services (telemetry, etc.)" ON)
|
||||
option(ENABLE_WIFI_SCAN "Enable WiFi scanning" OFF)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue