From: Nicholas Appleton Date: Sun, 15 Jan 2017 10:30:35 +0000 (+1100) Subject: fix a tragic typo I made which prevented WASAPI being included with the CMake support. X-Git-Tag: v19.7.0~145 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=a1f61a9a2cb74d11cfe743d72763850aa246a092;p=portaudio fix a tragic typo I made which prevented WASAPI being included with the CMake support. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 789671a..c9e8675 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -200,7 +200,7 @@ IF(WIN32) SET(PA_LIBRARY_DEPENDENCIES ${PA_LIBRARY_DEPENDENCIES} ole32 uuid) ENDIF() - IF(MSVS) + IF(MSVC) OPTION(PA_USE_WASAPI "Enable support for WASAPI" ON) ELSE() # I was unable to get WASAPI to compile outside of Visual Studio. If