mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 11:10:06 -05:00
574666b6cb
`sys/types.h` defines `int8_t` incorrectly as `char` which is unsigned. Adjust ordering so `inttypes.h` defines it as `signed char` first.