mirror of
https://github.com/audacity/portaudio.git
synced 2026-02-03 19:46:44 -06:00
fix a tragic typo I made which prevented WASAPI being included with the CMake support.
This commit is contained in:
parent
396fe4b669
commit
a1f61a9a2c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user