undo whitespace change to pa_win_wasapi.c and fix a CMake grumbling about an unmatched ENDIF() closing expression
This commit is contained in:
parent
0fc163720c
commit
2251a12026
2 changed files with 2 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ ELSE()
|
|||
INSTALL(FILES ${PA_PUBLIC_INCLUDES} DESTINATION include)
|
||||
INSTALL(TARGETS portaudio DESTINATION lib)
|
||||
ENDIF(NOT PA_OUTPUT_OSX_FRAMEWORK)
|
||||
ENDIF(WIN32)
|
||||
ENDIF()
|
||||
|
||||
# Prepared for inclusion of test files
|
||||
OPTION(PA_BUILD_TESTS "Include test projects" OFF)
|
||||
|
|
|
|||
Loading…
Reference in a new issue