Skip to content

Commit

Permalink
Remove Alsa libs from CMake recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Jul 14, 2024
1 parent 6c04d16 commit 082a80a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/sound-capture/linux/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ include_directories(${ALSA_INCLUDE_DIRS})
target_link_libraries(sound-capture-linux
Qt${Qt_VERSION}::Core
Qt${Qt_VERSION}::Network
${ALSA_LIBRARIES}
)

if(USE_PRECOMPILED_HEADERS AND COMMAND target_precompile_headers)
Expand Down

0 comments on commit 082a80a

Please sign in to comment.