Hi,<br><br>I am using CMake to generate Visual Studio project files, later also for CodeBlocks.<br><br>It seems that CMake generates four different configurations for Visual Studio: Debug, Release, MinSizeRel and RelWithDebInfo. However, I need other configuations, Debug and Release, both for Win32 and MX3, in one project file. How do I change this?<br>
<br>I tried this by changing <em>CMAKE_CONFIGURATION_TYPES </em>and CMAKE_BUILD_TYPES, e.g.<br><br>SET(CMAKE_BUILD_TYPES Debug Release DebugMX31 ReleaseMX31)<br><br>but I have the impression that these variables cannot be changed.<br>
<br>-- <br> Mark<br> <br>