fix a tragic typo I made which prevented WASAPI being included with the CMake support.
This commit is contained in:
parent
396fe4b669
commit
a1f61a9a2c
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ IF(WIN32)
|
||||||
SET(PA_LIBRARY_DEPENDENCIES ${PA_LIBRARY_DEPENDENCIES} ole32 uuid)
|
SET(PA_LIBRARY_DEPENDENCIES ${PA_LIBRARY_DEPENDENCIES} ole32 uuid)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
IF(MSVS)
|
IF(MSVC)
|
||||||
OPTION(PA_USE_WASAPI "Enable support for WASAPI" ON)
|
OPTION(PA_USE_WASAPI "Enable support for WASAPI" ON)
|
||||||
ELSE()
|
ELSE()
|
||||||
# I was unable to get WASAPI to compile outside of Visual Studio. If
|
# I was unable to get WASAPI to compile outside of Visual Studio. If
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue