>> 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
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"?
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