Skip to content

cm_cxx_features: Ignore MSVC command-line warnings (Dxxxx)

Roffild requested to merge Roffild/cmake:DxxxxWarnings into master

Ignore all Dxxxx warnings.

cl : Command line warning D9014 : invalid value '9025' for '/wd'; assuming '5999'
cl : Command line warning D9025 : overriding '/std:c++latest' with '/std:c++17'
Edited by Brad King

Merge request reports