mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
cmake: Silence warnings.
This commit is contained in:
parent
67761c7d31
commit
2bfbc4d79f
11 changed files with 13 additions and 12 deletions
|
@ -49,7 +49,7 @@ if(ENABLE_PULSEAUDIO)
|
|||
# PulseAudio ships with a PulseAudioConfig.cmake with no imported target
|
||||
# So we use our own FindPulseAudio instead with "MODULE"
|
||||
find_package(PulseAudio MODULE QUIET)
|
||||
if(PULSEAUDIO_FOUND)
|
||||
if(PulseAudio_FOUND)
|
||||
message(STATUS "PulseAudio found, enabling PulseAudio sound backend")
|
||||
target_sources(audiocommon PRIVATE
|
||||
PulseAudioStream.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue