diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-11-13 09:03:25 -0800 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-11-13 09:09:43 -0800 |
commit | 2cf599b310efffd5dace66cf6e8b9b4df396df50 (patch) | |
tree | 5c2c8d23c070063c9ab5d749d114d37f41a2dd93 /scripts/CMakeLists.txt | |
parent | 94c08f27c69a1c8ed1549ffc94f46b0f447806b9 (diff) |
Work around MinGW versions with non-C99 compliant headers
Apparently some MinGW distributions have a compiler that's recent enough to
support C++11 but limits.h header that incorrectly omits LLONG limits in
strict ANSI mode, since it guards the definitions with:
#if !defined(__STRICT_ANSI__) && defined(__GNUC__)
We can just define these symbols ourselves in this specific case.
Fixes #66.
Diffstat (limited to 'scripts/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions