summaryrefslogtreecommitdiffstats
path: root/externals/nx_tzdb/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nx_tzdb: check for unpacked directoryK9002024-01-271-1/+1
| | | | Otherwise things get funny if the archive is downloaded, but the unpacking was interrupted.
* externals/nx_tzdb: Update download version to 2022glat9nq2023-10-121-1/+1
| | | | Mainly for MSVC, changes the time zone database version to latest.
* nx_tzdb: Rename GNU_DATE variablelat9nq2023-06-191-2/+2
| | | | The repository can handle either GNU date or Apple date now.
* nx_tzdb: Directly reference variables in if statementslat9nq2023-06-171-7/+7
| | | | Addresses review feedback.
* cmake: Add warn about cross compiling, disable androidlat9nq2023-06-161-1/+3
|
* cmake: Check for target is Windowslat9nq2023-06-161-1/+1
| | | | | MinGW has issues building tzdb2nx due to the headers being Windows specific. Download for this toolchain as well.
* cmake: Use non-conflicting variable nameslat9nq2023-06-161-25/+27
|
* cmake: Extra time zone data download checkslat9nq2023-06-161-5/+13
| | | | | | | Extra sanitization for Windows hosts, and fail loudly when the download fails. cmake: Fix status code reading
* cmake: Add option to always download time zone datalat9nq2023-06-161-3/+4
|
* nx_tzdb: Support submoduling tzdb_to_nxlat9nq2023-06-161-7/+30
| | | | Fix for flatpak having no internet access during CMake configure.
* nx_tzdb: Correct Antarctica spellinglat9nq2023-06-161-1/+1
|
* nx_tzdb: Create headers from downloaded system archive datalat9nq2023-06-051-0/+65
Use lat9nq/tzdb_to_nx release data to generate header files. nx_tzdb: Use an interface library nx_tzdb: Gate download if achive not exists nx_tzdb: Fix header generator brace closing nx_tzdb: Add base directory files nx_tzdb: Add SPDX info