Hello! One more question. I use 2.8.4 and I want to create my own
configurations for VS projects/solutions and remove defaults.
I use SET (CMAKE_CONFIGURATION_TYPES
"release;release_ascii;debug;debug_ascii" CACHE STRING "" FORCE), but
any time I run cmake - solution file contain both own and default
configurations.

{292119AC-DAF2-4C6E-BF54-79A5ABE5994C}.Debug|Win32.ActiveCfg = Debug|Win32
{292119AC-DAF2-4C6E-BF54-79A5ABE5994C}.Release|Win32.ActiveCfg = Release|Win32
{292119AC-DAF2-4C6E-BF54-79A5ABE5994C}.MinSizeRel|Win32.ActiveCfg =
MinSizeRel|Win32
{292119AC-DAF2-4C6E-BF54-79A5ABE5994C}.RelWithDebInfo|Win32.ActiveCfg
= RelWithDebInfo|Win32
{292119AC-DAF2-4C6E-BF54-79A5ABE5994C}.release|Win32.ActiveCfg = release|Win32
{292119AC-DAF2-4C6E-BF54-79A5ABE5994C}.release_ascii|Win32.ActiveCfg =
release_ascii|Win32
{292119AC-DAF2-4C6E-BF54-79A5ABE5994C}.debug|Win32.ActiveCfg = debug|Win32
{292119AC-DAF2-4C6E-BF54-79A5ABE5994C}.debug_ascii|Win32.ActiveCfg =
debug_ascii|Win32

How can I remove Debug/Release/MinSizeRel/RelWithDebInfo?
_______________________________________________
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