Skip to content

Use isxdigit() to determine if a character is a hex digit

Devin Nakamura requested to merge dnakamura/cmake:hex_file into master

Replace custom cm_IsHexChar with isxdigit from the stdlib

Merge request reports