diff options
| author | orbea <orbea@riseup.net> | 2020-09-08 20:24:34 -0700 |
|---|---|---|
| committer | orbea <orbea@riseup.net> | 2020-09-08 21:18:40 -0700 |
| commit | 2bfbc4d79f5fb634ad2822f96d18f28cebcc8574 (patch) | |
| tree | fbdc29ec288f646743bd2c69c0affe8180dd22a5 /Source/Core/AudioCommon | |
| parent | 67761c7d313193d88d5262483aaeda5e47f0980f (diff) | |
cmake: Silence warnings.
Diffstat (limited to 'Source/Core/AudioCommon')
| -rw-r--r-- | Source/Core/AudioCommon/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/CMakeLists.txt b/Source/Core/AudioCommon/CMakeLists.txt index 908c60ed5e..87b6abce81 100644 --- a/Source/Core/AudioCommon/CMakeLists.txt +++ b/Source/Core/AudioCommon/CMakeLists.txt @@ -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 |
