mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Since we are using an old GCC we need to add a new requirement for rousette 'date' this is included in GCC 14+.
7 lines
161 B
Plaintext
7 lines
161 B
Plaintext
config BR2_PACKAGE_DATE_CPP
|
|
bool "date-cpp"
|
|
help
|
|
A date and time library based on the C++11/14/17 <chrono> header
|
|
|
|
https://github.com/HowardHinnant/date
|