]> Repos - portaudio/commitdiff
fix a tragic typo I made which prevented WASAPI being included with the CMake support.
authorNicholas Appleton <nick@appletonaudio.com>
Sun, 15 Jan 2017 10:30:35 +0000 (21:30 +1100)
committerNicholas Appleton <nick@appletonaudio.com>
Sun, 15 Jan 2017 10:30:35 +0000 (21:30 +1100)
CMakeLists.txt

index 789671a965b5b483fb81977e0ba66e87af0e0fb6..c9e86754f0db29ba9658645b6c0d2cf6cf2c5011 100644 (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