<div dir="ltr"><br><br><div class="gmail_quote">2008/10/2 user790 user790 <span dir="ltr">&lt;<a href="mailto:user790@gmail.com">user790@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr"><div>Disabling specific warnings is a simple task so I thought I could do it myself but I must admit defeat. A simple CMakeLists.txt like this won&#39;t work.</div>
<div>&nbsp;</div>
<div>project(testcmake)<br></div>
<div># None of this works<br>#set(CMAKE_CXX_FLAGS &quot;${CMAKE_CXX_FLAGS} /wd4669&quot;)<br>set(CMAKE_CXX_FLAGS &quot;${CMAKE_CXX_FLAGS} /wd4669&quot; CACHE STRING &quot;Compilation flags&quot; FORCE)<br>#set(CMAKE_CXX_FLAGS &quot;${CMAKE_CXX_FLAGS} -wd4669&quot;)<br>

#set(CMAKE_CXX_FLAGS &quot;${CMAKE_CXX_FLAGS} -wd4669&quot; CACHE STRING &quot;Compilation flags&quot; FORCE)<br></div>
<div>add_executable(foo foo.cxx) <br></div></div></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr"><div></div>
<div>&nbsp;</div>
<div>I have tried the same variants with COMPILE_FLAGS and CMAKE_CXX_FLAGS_DEBUG / RELEASE with the same unsuccess.</div></div></blockquote><div>1) What does your&nbsp; &quot;unsuccess&quot; mean?<br>2) You can edit flags from GUI, this should work.<br>
3) If you want to override settings, you can set these flags without caching. This usually works too.<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr"><div></div>
<div>&nbsp;</div>
<div>I only have VS Express 2008 so I can&#39;t check whether I am doing something wrong or if there is some issue with this particular IDE -- not even sure if it is explicitely not supported.</div>
<div>&nbsp;</div>
<div>Thanks for your help,</div>
<div>&nbsp;</div>
<div>Tom</div>
<div>&nbsp;</div></div>
<br>_______________________________________________<br>
CMake mailing list<br>
<a href="mailto:CMake@cmake.org">CMake@cmake.org</a><br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br></div>