PortAudio / portaudio

PortAudio is a cross-platform, open-source C language library for real-time audio input and output.
Other
1.51k stars 308 forks source link

Typo in CMakeLists #261

Closed PortAudio-admin closed 4 years ago

PortAudio-admin commented 8 years ago

Issue created by nacho.resa366029 on Assembla

https://github.com/PortAudio/portaudio/tree/master/CMakeLists.txt#ln206

You should change: IF(MSVS)

for: IF(MSVC)

philburk commented 4 years ago

I looked in CMakeLists.txt and "MSVS" no longer exists. This appears to have been fixed.