On Mon, Jun 30, 2014 at 1:13 AM, Jörg Kreuzberger <j.kreuzber...@procitec.de
> wrote:

> I thought the CMAKE_BUILD_TYPE only would work for nmake makefile
> generation (Single Configuration Generator) and is ignored in Visual Studio
> SLN Generator (Multi Configuration Generator).
>
> Maybe i should "clear" or reduce the list of CMAKE_CONFIGURATION_TYPES to
> just one?
>
> I might be interested in that also.
But, From a automated command line point of view, no, it selects which
build to perform, although the other targets exist, and if you load the
solution you can choose them, they often don't work.  So really
cmake_build_type is nearly required.
I build release/debug etc targets quite well, one at a time, by just
specifying which to bulid.
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to