SET(CMAKE_CONFIGURATION_TYPES &quot;Debug;Release&quot;)<br><br>in your CMakeLists.txt. (Or just edit that value in CMakeSetup to change it in the cache.)<br><br>If you do it with a simple set in the CMakeLists.txt then you will not see that reflected in the CMakeSetup GUI, but it will be in effect at generation time and you should end up with sln/vcproj files with just the two types.
<br><br>HTH,<br>David<br><br><br><div><span class="gmail_quote">On 12/19/07, <b class="gmail_sendername">Jesse Corrington</b> &lt;<a href="mailto:jesse.corrington@gmail.com">jesse.corrington@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Is there anyway to have CMake not generate these two configurations, and just generate the standard release and debug configurations instead? Thanks.
<br><span class="sg"><br>Jesse<br>
</span><br>_______________________________________________<br>CMake mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:CMake@cmake.org">CMake@cmake.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">
http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br>