summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_LANG_BYTE_ORDER.rst
Commit message (Collapse)AuthorAgeFilesLines
* CMakeDetermineCompilerABI: Detect byte order as part of checkBrad King2020-11-041-0/+20
We already detect `sizeof(void*)`. Detect the byte order as part of the same check. Issue: #21392