general: Use a submodule of eggert/tz

This commit is contained in:
lat9nq
2023-06-16 01:16:02 -04:00
parent 2beb8c93d2
commit 467e965659
8 changed files with 53 additions and 57 deletions

View File

@@ -2,11 +2,7 @@ cmake_minimum_required(VERSION 3.10)
project(tzdb2nx VERSION 1.0)
set(TZDB_VERSION "$ENV{TZDB_VERSION}")
if ("${TZDB_VERSION}" STREQUAL "")
set(TZDB_VERSION "2022c")
endif()
set(CMAKE_CXX_STANDARD 20)
add_subdirectory(externals)
add_subdirectory(src)