free-audio / clap

Audio Plugin API
https://cleveraudio.org/
MIT License
1.73k stars 98 forks source link

Fix C++ version checking on MSVC #337

Closed jatinchowdhury18 closed 1 year ago

jatinchowdhury18 commented 1 year ago

I've also added some tests to check that the C++ version checking is working correctly, as well as a CI step for building/testing with MSVC. Unfortunately, the MSVC CI builds take significantly longer than any of the others (like 3-5 minutes as opposed to ~30 seconds), so I understand if you'd rather we skip those for now.

abique commented 1 year ago

Thanks!