Skip to content

Commit

Permalink
reenable ALSA
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuedholt committed Jan 10, 2025
1 parent db9853c commit 7ae9573
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ find_package(nanobind CONFIG REQUIRED)
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/stk/cmake ${CMAKE_MODULE_PATH})
set(BUILD_SHARED OFF CACHE BOOL "Whether to build the shared library" FORCE)
set(ENABLE_JACK OFF CACHE BOOL "Enable JACK" FORCE)
set(ENABLE_ALSA OFF CACHE BOOL "Enable ALSA API support (linux only)" FORCE)
set(ENABLE_DS OFF CACHE BOOL "Enable DirectSound API support (windows only)" FORCE)
set(COMPILE_PROJECTS OFF CACHE BOOL "Compile all the example projects" FORCE)

Expand Down

0 comments on commit 7ae9573

Please sign in to comment.