From cb443d9754168bd88b2ac6041437007d4b41dd0d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 17 Nov 2024 05:12:17 -0800 Subject: [PATCH] Ensure fmt doesn't install with OpenAL --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a50af4c..c400bf3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,7 @@ include(GNUInstallDirs) find_package(PkgConfig) find_package(SDL2 QUIET) -add_subdirectory(fmt-11.0.2) +add_subdirectory(fmt-11.0.2 EXCLUDE_FROM_ALL) option(ALSOFT_DLOPEN "Check for the dlopen API for loading optional libs" ON) -- 2.11.4.GIT