Hi, <br>
Let me explain my question briefly: <br>
<br>
1. I&#39;m trying to write the CMakeLists.txt, which will generate a proper project for Visual Studio .net. <br>
2. Within my CMakeLists.txt, I set the variable: <br>
&nbsp;&nbsp; <small><small>SET (COMPILE_FLAGS &quot;/W3 /nologo /c /Wp64 /ZI /Gd /TP &quot;)</small></small><br>
3. My expectation is that above variable will be &#39;translated&#39; into compiler flags within Visual Studio; <br>
4. However, the actual flags ( PreprocessorDefinitions) contains some additional options like: <br>
&nbsp;&nbsp;&nbsp; <small><small>POSIX,IA32,DEBUG</small></small><br>
&nbsp;&nbsp; And those flags are `killing` me. <br>
5. My questions are: <br>
&nbsp;&nbsp;&nbsp; - where those `additional`&nbsp; options are coming from? <br>
&nbsp;&nbsp;&nbsp; - is there any way to get rid of them/to reconfigure them? <br>
<br>
Thank you very much for your kind attention to this matter. <br>
Michael. <br>
<br>
P.S&gt; Please, accept my apologies, if the question has been asked and
answered already. I made a search within &#39;Mastering CMake&#39;, and Web, <br>
but failed to find the answer. <br>
<br>