Skip to content

CMake: Add C99 requirement

Alexander Dahl requested to merge LeSpocky/cmocka:cmake into master

Recently the usage of stdint.h and uintmax_t was introduced. These require at least a C99 capable compiler. Tell CMake.

Note: I prepended a commit tidying up the somewhat messy style of setting target properties before actually setting the required properties in the second commit.

Merge request reports