If in my CMakeLists.txt file I have:

PROJECT(CMakeDemo)
set(CMAKE_BUILD_TYPE DEBUG)
ADD_EXECUTABLE(CMakeDemo cmakedemo.cpp)

when I run ccmake on the directory and press 'c' to configure, the
CMAKE_BUILD_TYPE field is still empty. Have I not set it properly? Or do you
have to turn on "show defaults" somewhere else?

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

Reply via email to