mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
CodeBlocks uses his own compiler ID string which may differ from CMAKE_<LANG>_COMPILER_ID. In particular CodeBlocks supports a large number of different compiler configurations (with different IDs) This commit adds a cache variable "CMAKE_CODEBLOCKS_COMPILER_ID", so the user might adjust it when needed.
7 lines
253 B
ReStructuredText
7 lines
253 B
ReStructuredText
CodeBlocks-custom-compiler-id
|
|
-----------------------------
|
|
|
|
* The :generator:`CodeBlocks` extra generator learned to check a
|
|
:variable:`CMAKE_CODEBLOCKS_COMPILER_ID` variable for a custom
|
|
compiler identification value to place in the project file.
|