I thought I could set the default build type with the following:<br><br>SET(CMAKE_BUILD_TYPE debug)<br>PROJECT(Test)<br>ADD_EXECUTABLE(Test Test.cpp)<br><br>However, when I run ccmake and then press &#39;c&#39;, the <span class="il">CMAKE_BUILD_TYPE</span> field is still empty. Is it set and just not showing up? Or has it not been set properly?<br>

<br clear="all">Thanks,<br><br>David<br>