1CMAKE_CODEBLOCKS_COMPILER_ID 2---------------------------- 3 4.. versionadded:: 3.11 5 6Change the compiler id in the generated CodeBlocks project files. 7 8CodeBlocks uses its own compiler id string which differs from 9:variable:`CMAKE_<LANG>_COMPILER_ID`. If this variable is left empty, 10CMake tries to recognize the CodeBlocks compiler id automatically. 11Otherwise the specified string is used in the CodeBlocks project file. 12See the CodeBlocks documentation for valid compiler id strings. 13 14Other IDEs like QtCreator that also use the CodeBlocks generator may ignore 15this setting. 16