Hi,<br><br>I&#39;ve done some googling on how to set warning levels for visual studio projects generated with CMake and I can&#39;t say I really enjoy the proposed solutions I&#39;ve found. Literally this should be a single function call like:<br>
<br>cmake_warning_level( 4 )<br><br>I expected something simple like above, but instead I found solutions that involved over 10 lines of code and very complex logic. This is really starting to discourage me from using CMake. I won&#39;t jump the gun, though, and I&#39;ll assume that I just haven&#39;t found that magically simple solution yet. Help is greatly appreciated!<br>