aboutsummaryrefslogtreecommitdiff
path: root/externals/nx_tzdb/CMakeLists.txt
AgeCommit message (Collapse)Author
2024-01-27nx_tzdb: check for unpacked directoryK900
Otherwise things get funny if the archive is downloaded, but the unpacking was interrupted.
2023-10-11externals/nx_tzdb: Update download version to 2022glat9nq
Mainly for MSVC, changes the time zone database version to latest.
2023-06-19nx_tzdb: Rename GNU_DATE variablelat9nq
The repository can handle either GNU date or Apple date now.
2023-06-17nx_tzdb: Directly reference variables in if statementslat9nq
Addresses review feedback.
2023-06-16cmake: Add warn about cross compiling, disable androidlat9nq
2023-06-16cmake: Check for target is Windowslat9nq
MinGW has issues building tzdb2nx due to the headers being Windows specific. Download for this toolchain as well.
2023-06-16cmake: Use non-conflicting variable nameslat9nq
2023-06-16cmake: Extra time zone data download checkslat9nq
Extra sanitization for Windows hosts, and fail loudly when the download fails. cmake: Fix status code reading
2023-06-16cmake: Add option to always download time zone datalat9nq
2023-06-16nx_tzdb: Support submoduling tzdb_to_nxlat9nq
Fix for flatpak having no internet access during CMake configure.
2023-06-15nx_tzdb: Correct Antarctica spellinglat9nq
2023-06-05nx_tzdb: Create headers from downloaded system archive datalat9nq
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