I thought I could set the default build type with the following: SET(CMAKE_BUILD_TYPE debug) PROJECT(Test) ADD_EXECUTABLE(Test Test.cpp)
However, when I run ccmake and then press 'c', the CMAKE_BUILD_TYPE field is still empty. Is it set and just not showing up? Or has it not been set properly? Thanks, David
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
