[CMake] adding and removing build configuration types

ElderOrb elderorb at gmail.com
Sun Mar 4 04:30:33 EST 2007


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 true for "release unicode")

I tried to play with CMAKE_CONFIGURATION_TYPES, CMAKE_BUILD_TYPE, read
faq and had much googling - all without success.

-- 
Regards,
 ElderOrb                          mailto:ElderOrb at gmail.com



More information about the CMake mailing list