CMake build with Visual Studio 2019 is failing with `Command line error D8021 : invalid numeric argument '/Wextra'` since v1.14 Seems like it is caused by change cf90b37da9432cf957f4f2e3ce837d6c73647802 since `add_c_compiler_flag(-Wextra)` has been around for a long time: https://github.com/civetweb/civetweb/blob/cb479ff645ed8dea2ecaba3bf0444829e2607002/CMakeLists.txt#L407 and VS2019 CMake build worked fine on v1.13 and lower