mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
relax required gcc version to 4.8
This commit is contained in:
parent
c06a753606
commit
203f7ecdf5
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ using json = basic_json<>;
|
|||
#error "unsupported Clang version - see https://github.com/nlohmann/json#supported-compilers"
|
||||
#endif
|
||||
#elif defined(__GNUC__) && !(defined(__ICC) || defined(__INTEL_COMPILER))
|
||||
#if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) < 40900
|
||||
#if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) < 40800
|
||||
#error "unsupported GCC version - see https://github.com/nlohmann/json#supported-compilers"
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue