kfrlib / kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
https://www.kfrlib.com
GNU General Public License v2.0
1.64k stars 252 forks source link

Building for c++17 not working with clang and ninja #123

Closed AdamMakinSoftware closed 3 years ago

AdamMakinSoftware commented 3 years ago

I'm trying to build for visual studio 2019 using the commands in the getting started guide. However when running the cmake command with Gninja the program is still compiled with the c++14 standard. I have tried passing it multiple arguments to use the c++17 standard but with no success.