From bbdb0fdd70f21c6d895c491d7e25cd888c7eb9cb Mon Sep 17 00:00:00 2001 From: oltolm Date: Sat, 19 Jul 2025 23:33:53 +0200 Subject: [PATCH] cubeb: disable building tools They are not necessary. --- Externals/cubeb/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Externals/cubeb/CMakeLists.txt b/Externals/cubeb/CMakeLists.txt index 1cce7d18ab..e1144e8fe4 100644 --- a/Externals/cubeb/CMakeLists.txt +++ b/Externals/cubeb/CMakeLists.txt @@ -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