How to set the warning level for a project (not the whole solution) using CMake? Should work on Visual Studio and GCC.
I found various options but most seem either not to work or are not consistent with the documentation.
|
How to set the warning level for a project (not the whole solution) using CMake? Should work on Visual Studio and GCC. I found various options but most seem either not to work or are not consistent with the documentation. |
|||
|
|
|
You can do something similar to this:
|
|||
|
|
|
Here is the best solution I found so far (including a compiler check):
This will set warning level 2 in Visual Studio. I suppose with a |
|||||
|