[CMake] adding and removing build configuration types

2007-03-05 Thread ElderOrb
>> CMake Error: Invalid configuration type in CMAKE_CONFIGURATION_TYPES: >> Debug_Unic >> ode (Valid types are Debug,Release,MinSizeRel,RelWithDebInfo) >> CMake Error: Invalid configuration type in CMAKE_CONFIGURATION_TYPES: >> Release_Un >> icode (Valid types are Debug,Release,MinSizeRel,RelWithDe

Re: [CMake] adding and removing build configuration types

2007-03-04 Thread Ilya Shvetsov
On Sun, 04 Mar 2007 11:30:33 +0200, ElderOrb <[EMAIL PROTECTED]> wrote: Hello, cmake. There are 4 default build configurations defined by cmake: "debug", "release", "minSizeRel" and "relWithDebInfo". How to remove "minSizeRel" and "relWithDebInfo" and add "debug unicode" and "release unicode"?

[CMake] adding and removing build configuration types

2007-03-04 Thread ElderOrb
Hello, cmake. There are 4 default build configurations defined by cmake: "debug", "release", "minSizeRel" and "relWithDebInfo". How to remove "minSizeRel" and "relWithDebInfo" and add "debug unicode" and "release unicode"? ("debug unicode" is just "debug" with -DZ_UNICODE definition, the same is t