summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_CODEBLOCKS_COMPILER_ID.rst
Commit message (Collapse)AuthorAgeFilesLines
* CodeBlocks: add option for the CB compiler IDMelven Roehrig-Zoellner2017-11-271-0/+13
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.