Skip to content

Commit

Permalink
Ensure fmt doesn't install with OpenAL
Browse files Browse the repository at this point in the history
  • Loading branch information
kcat committed Nov 17, 2024
1 parent 9327a1a commit cb443d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit cb443d9

Please sign in to comment.