mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-15 23:08:51 +00:00
cubeb: disable building tools
They are not necessary.
This commit is contained in:
parent
f7133d5b43
commit
bbdb0fdd70
1 changed files with 1 additions and 0 deletions
1
Externals/cubeb/CMakeLists.txt
vendored
1
Externals/cubeb/CMakeLists.txt
vendored
|
@ -10,6 +10,7 @@ option(BUILD_RUST_LIBS "Build rust backends" OFF)
|
|||
option(BUNDLE_SPEEX "Bundle the speex library" OFF)
|
||||
option(LAZY_LOAD_LIBS "Lazily load shared libraries" ON)
|
||||
option(USE_SANITIZERS "Use sanitizers" ON)
|
||||
option(BUILD_TOOLS "Build tools" OFF)
|
||||
|
||||
if(NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue