Skip to content

Correct uint_64_t typo to uint64_t in CMake files

  • Motivation for this being correct:
    • The uint_64_t datatype does not exist in any library AFAICT
    • It fixes #1796 (closed)
    • The commit message of 25fc2bce says that this was the original intention
    • The pipeline succeeds
  • If someone can test this on Linux and/or macOS that would be appreciated.

Other mentions of uint_64_t:

Merge request reports