fix a tragic typo I made which prevented WASAPI being included with the CMake support.

This commit is contained in:
Nicholas Appleton 2017-01-15 21:30:35 +11:00
parent 396fe4b669
commit a1f61a9a2c

View File

@ -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